|
||||||||||
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 | |
---|---|
String |
getDescription()
Returns the Description |
int |
getIdCategory()
Returns the IdCategory |
String |
getName()
Returns the Name |
String |
getXml(javax.servlet.http.HttpServletRequest request,
Locale locale)
Returns the xml of this Category |
String |
getXml(javax.servlet.http.HttpServletRequest request,
Locale locale,
List<DemandType> listDemandType)
Returns the xml of this Category with demand Type associated |
void |
setDescription(String strDescription)
Sets the Description |
void |
setIdCategory(int nIdCategory)
Sets the IdCategory |
void |
setName(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 String getName()
public void setName(String strName)
strName
- The Namepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getXml(javax.servlet.http.HttpServletRequest request, Locale locale, List<DemandType> listDemandType)
request
- The HTTP Servlet requestlocale
- the LocalelistDemandType
- the list of demande type
public String getXml(javax.servlet.http.HttpServletRequest request, Locale locale)
request
- The HTTP Servlet requestlocale
- the Locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |