public class HistoryEvent extends Object implements fr.paris.lutece.portal.service.i18n.Localizable
| Constructor and Description |
|---|
HistoryEvent() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getDate()
Returns the EventDate
|
String |
getDescription()
Returns the EventMessageKey
|
String |
getDocumentStateKey()
Returns the DocumentStateKey
|
String |
getEventMessageKey()
Returns the EventMessageKey
|
String |
getEventUser()
Returns the EventUser
|
int |
getIdDocument()
Returns the IdDocument
|
String |
getSpace()
Returns the Space
|
void |
setDate(Timestamp eventDate)
Sets the EventDate
|
void |
setDocumentStateKey(String strDocumentStateKey)
Sets the DocumentStateKey
|
void |
setEventMessageKey(String strEventMessageKey)
Sets the EventMessageKey
|
void |
setEventUser(String strEventUser)
Sets the EventUser
|
void |
setIdDocument(int nIdDocument)
Sets the IdDocument
|
void |
setLocale(Locale locale)
Sets the locale
|
void |
setSpace(String strSpace)
Sets the Space
|
public int getIdDocument()
public void setIdDocument(int nIdDocument)
nIdDocument - The IdDocumentpublic String getSpace()
public void setSpace(String strSpace)
strSpace - The Spacepublic Timestamp getDate()
public void setDate(Timestamp eventDate)
eventDate - The EventDatepublic String getEventUser()
public void setEventUser(String strEventUser)
strEventUser - The EventUserpublic String getEventMessageKey()
public void setEventMessageKey(String strEventMessageKey)
strEventMessageKey - The EventMessageKeypublic String getDescription()
public void setLocale(Locale locale)
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizablelocale - The localepublic String getDocumentStateKey()
public void setDocumentStateKey(String strDocumentStateKey)
strDocumentStateKey - The DocumentStateKeyCopyright © 2020 City of Paris. All rights reserved.