|
||||||||||
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.Demand
public class Demand
Demand
Constructor Summary | |
---|---|
Demand()
|
Method Summary | |
---|---|
String |
getData()
Get the data |
Timestamp |
getDateModification()
Returns the Date of the last Modification |
int |
getIdCRMUser()
Get the user user crm id |
int |
getIdDemand()
Get the ID demand |
int |
getIdDemandType()
Get the ID demand type |
int |
getIdStatusCRM()
Get the id status crm |
int |
getNumberNotifications()
Get the number of notifications |
int |
getNumberUnreadNotifications()
Get the number of unread notifications |
String |
getStatusText()
Get the status |
void |
setData(String strData)
Set the data |
void |
setDateModification(Timestamp dateModification)
Sets the Date of the last Modification |
void |
setIdCRMUser(int nIdCRMUser)
Set the user crm id |
void |
setIdDemand(int nIdDemand)
Set the ID demand |
void |
setIdDemandType(int nIdDemandType)
Set the ID demand type |
void |
setIdStatusCRM(int nIdStatusCRM)
Set the id status CRM |
void |
setStatusText(String strStatusText)
Set the status |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Demand()
Method Detail |
---|
public void setIdDemand(int nIdDemand)
nIdDemand
- the ID demandpublic int getIdDemand()
public void setStatusText(String strStatusText)
strStatusText
- the statuspublic String getStatusText()
public void setIdDemandType(int nIdDemandType)
nIdDemandType
- the ID demand typepublic int getIdDemandType()
public void setIdCRMUser(int nIdCRMUser)
nIdCRMUser
- the user crm idpublic int getIdCRMUser()
public Timestamp getDateModification()
public void setDateModification(Timestamp dateModification)
dateModification
- The Date of the last Modificationpublic int getNumberUnreadNotifications()
public int getNumberNotifications()
public void setData(String strData)
strData
- the datapublic String getData()
public void setIdStatusCRM(int nIdStatusCRM)
nIdStatusCRM
- the id status crmpublic int getIdStatusCRM()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |