|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.history.HistoryEvent
public class HistoryEvent
This class represents the business object HistoryEvent
Constructor Summary | |
---|---|
HistoryEvent()
|
Method Summary | |
---|---|
java.sql.Timestamp |
getDate()
Returns the EventDate |
java.lang.String |
getDescription()
Returns the EventMessageKey |
java.lang.String |
getDocumentStateKey()
Returns the DocumentStateKey |
java.lang.String |
getEventMessageKey()
Returns the EventMessageKey |
java.lang.String |
getEventUser()
Returns the EventUser |
int |
getIdDocument()
Returns the IdDocument |
java.lang.String |
getSpace()
Returns the Space |
void |
setDate(java.sql.Timestamp EventDate)
Sets the EventDate |
void |
setDocumentStateKey(java.lang.String strDocumentStateKey)
Sets the DocumentStateKey |
void |
setEventMessageKey(java.lang.String strEventMessageKey)
Sets the EventMessageKey |
void |
setEventUser(java.lang.String strEventUser)
Sets the EventUser |
void |
setIdDocument(int nIdDocument)
Sets the IdDocument |
void |
setLocale(java.util.Locale locale)
Sets the locale |
void |
setSpace(java.lang.String strSpace)
Sets the Space |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryEvent()
Method Detail |
---|
public int getIdDocument()
public void setIdDocument(int nIdDocument)
nIdDocument
- The IdDocumentpublic java.lang.String getSpace()
public void setSpace(java.lang.String strSpace)
strSpace
- The Spacepublic java.sql.Timestamp getDate()
public void setDate(java.sql.Timestamp EventDate)
EventDate
- The EventDatepublic java.lang.String getEventUser()
public void setEventUser(java.lang.String strEventUser)
strEventUser
- The EventUserpublic java.lang.String getEventMessageKey()
public void setEventMessageKey(java.lang.String strEventMessageKey)
strEventMessageKey
- The EventMessageKeypublic java.lang.String getDescription()
public void setLocale(java.util.Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The localepublic java.lang.String getDocumentStateKey()
public void setDocumentStateKey(java.lang.String strDocumentStateKey)
strDocumentStateKey
- The DocumentStateKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |