fr.paris.lutece.plugins.crm.business.demand
Class Demand

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

public class Demand
extends Object

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

Demand

public Demand()
Method Detail

setIdDemand

public void setIdDemand(int nIdDemand)
Set the ID demand

Parameters:
nIdDemand - the ID demand

getIdDemand

public int getIdDemand()
Get the ID demand

Returns:
the ID demand

setStatusText

public void setStatusText(String strStatusText)
Set the status

Parameters:
strStatusText - the status

getStatusText

public String getStatusText()
Get the status

Returns:
the status

setIdDemandType

public void setIdDemandType(int nIdDemandType)
Set the ID demand type

Parameters:
nIdDemandType - the ID demand type

getIdDemandType

public int getIdDemandType()
Get the ID demand type

Returns:
the ID demand type

setIdCRMUser

public void setIdCRMUser(int nIdCRMUser)
Set the user crm id

Parameters:
nIdCRMUser - the user crm id

getIdCRMUser

public int getIdCRMUser()
Get the user user crm id

Returns:
the user crm id

getDateModification

public Timestamp getDateModification()
Returns the Date of the last Modification

Returns:
The Date of the last Modification

setDateModification

public void setDateModification(Timestamp dateModification)
Sets the Date of the last Modification

Parameters:
dateModification - The Date of the last Modification

getNumberUnreadNotifications

public int getNumberUnreadNotifications()
Get the number of unread notifications

Returns:
the number of unread notifications

getNumberNotifications

public int getNumberNotifications()
Get the number of notifications

Returns:
the number of notifications

setData

public void setData(String strData)
Set the data

Parameters:
strData - the data

getData

public String getData()
Get the data

Returns:
the data

setIdStatusCRM

public void setIdStatusCRM(int nIdStatusCRM)
Set the id status CRM

Parameters:
nIdStatusCRM - the id status crm

getIdStatusCRM

public int getIdStatusCRM()
Get the id status crm

Returns:
the id status crm


Copyright © 2013 Mairie de Paris. All Rights Reserved.