|
||||||||||
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.DemandType
public class DemandType
DemandType
Field Summary | |
---|---|
static java.lang.String |
ROLE_NONE
|
Constructor Summary | |
---|---|
DemandType()
Constructor |
Method Summary | |
---|---|
java.util.Date |
getDateBegin()
Get the beginning date |
java.util.Date |
getDateEnd()
Get the closing date |
int |
getIdCategory()
Get the id category |
int |
getIdDemandType()
Get the id demand type |
java.lang.String |
getLabel()
Get the label |
int |
getOrder()
Get the order |
java.lang.String |
getRole()
Get the role |
java.lang.String |
getUrlContact()
Get the url of the contact |
java.lang.String |
getUrlInfo()
Get the url of the information |
java.lang.String |
getUrlResource()
Get the url of the resource |
java.lang.String |
getWorkgroup()
Get the workgroup key |
boolean |
isClosed()
Check if the demand type is closed |
boolean |
isOpen()
Check if the demand type is open or not |
void |
setDateBegin(java.util.Date dateBegin)
Set the beginning date |
void |
setDateEnd(java.util.Date dateEnd)
Set the closing date |
void |
setIdCategory(int nIdCategory)
Set the ID category |
void |
setIdDemandType(int nIdDemandType)
Set the id demand type |
void |
setLabel(java.lang.String strLabel)
Set the label |
void |
setOrder(int nOrder)
Set the order |
void |
setRole(java.lang.String strRoleKey)
Set the role |
void |
setUrlContact(java.lang.String strUrlContact)
Set the url of the contact |
void |
setUrlInfo(java.lang.String strUrlInfo)
Set the url of the information |
void |
setUrlResource(java.lang.String strUrlResource)
Set the url of the form |
void |
setWorkgroup(java.lang.String strWorkgroupKey)
Set the workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROLE_NONE
Constructor Detail |
---|
public DemandType()
Method Detail |
---|
public int getIdDemandType()
public void setIdDemandType(int nIdDemandType)
nIdDemandType
- the id deman typepublic java.lang.String getLabel()
public void setLabel(java.lang.String strLabel)
strLabel
- the labelpublic java.lang.String getUrlResource()
public void setUrlResource(java.lang.String strUrlResource)
strUrlResource
- the url of the formpublic java.lang.String getUrlInfo()
public void setUrlInfo(java.lang.String strUrlInfo)
strUrlInfo
- the url of the informationpublic java.lang.String getUrlContact()
public void setUrlContact(java.lang.String strUrlContact)
strUrlContact
- the url of the contactpublic int getOrder()
public void setOrder(int nOrder)
nOrder
- the orderpublic int getIdCategory()
public void setIdCategory(int nIdCategory)
nIdCategory
- the id categorypublic java.util.Date getDateBegin()
public void setDateBegin(java.util.Date dateBegin)
dateBegin
- the beginning datepublic java.util.Date getDateEnd()
public void setDateEnd(java.util.Date dateEnd)
dateEnd
- the closing datepublic void setWorkgroup(java.lang.String strWorkgroupKey)
strWorkgroupKey
- the workgroup keypublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setRole(java.lang.String strRoleKey)
strRoleKey
- the role keypublic java.lang.String getRole()
public boolean isOpen()
public boolean isClosed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |