fr.paris.lutece.plugins.crm.business.demand.category
Class Category

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.business.demand.category.Category

public class Category
extends java.lang.Object

This is the business class for the object Category


Constructor Summary
Category()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the Description
 int getIdCategory()
          Returns the IdCategory
 java.lang.String getName()
          Returns the Name
 void setDescription(java.lang.String strDescription)
          Sets the Description
 void setIdCategory(int nIdCategory)
          Sets the IdCategory
 void setName(java.lang.String strName)
          Sets the Name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

getIdCategory

public int getIdCategory()
Returns the IdCategory

Returns:
The IdCategory

setIdCategory

public void setIdCategory(int nIdCategory)
Sets the IdCategory

Parameters:
nIdCategory - The IdCategory

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

setName

public void setName(java.lang.String strName)
Sets the Name

Parameters:
strName - The Name

getDescription

public java.lang.String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the Description

Parameters:
strDescription - The Description


Copyright © 2011 Mairie de Paris. All Rights Reserved.