|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.demand.category.Category
public class Category
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 |
---|
public Category()
Method Detail |
---|
public int getIdCategory()
public void setIdCategory(int nIdCategory)
nIdCategory
- The IdCategorypublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |