fr.paris.lutece.plugins.document.business.history
Class HistoryEvent

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.history.HistoryEvent
All Implemented Interfaces:
fr.paris.lutece.portal.service.i18n.Localizable

public class HistoryEvent
extends java.lang.Object
implements fr.paris.lutece.portal.service.i18n.Localizable

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

HistoryEvent

public HistoryEvent()
Method Detail

getIdDocument

public int getIdDocument()
Returns the IdDocument

Returns:
The IdDocument

setIdDocument

public void setIdDocument(int nIdDocument)
Sets the IdDocument

Parameters:
nIdDocument - The IdDocument

getSpace

public java.lang.String getSpace()
Returns the Space

Returns:
The Space

setSpace

public void setSpace(java.lang.String strSpace)
Sets the Space

Parameters:
strSpace - The Space

getDate

public java.sql.Timestamp getDate()
Returns the EventDate

Returns:
The EventDate

setDate

public void setDate(java.sql.Timestamp EventDate)
Sets the EventDate

Parameters:
EventDate - The EventDate

getEventUser

public java.lang.String getEventUser()
Returns the EventUser

Returns:
The EventUser

setEventUser

public void setEventUser(java.lang.String strEventUser)
Sets the EventUser

Parameters:
strEventUser - The EventUser

getEventMessageKey

public java.lang.String getEventMessageKey()
Returns the EventMessageKey

Returns:
The EventMessageKey

setEventMessageKey

public void setEventMessageKey(java.lang.String strEventMessageKey)
Sets the EventMessageKey

Parameters:
strEventMessageKey - The EventMessageKey

getDescription

public java.lang.String getDescription()
Returns the EventMessageKey

Returns:
The EventMessageKey

setLocale

public void setLocale(java.util.Locale locale)
Sets the locale

Specified by:
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizable
Parameters:
locale - The locale

getDocumentStateKey

public java.lang.String getDocumentStateKey()
Returns the DocumentStateKey

Returns:
The DocumentStateKey

setDocumentStateKey

public void setDocumentStateKey(java.lang.String strDocumentStateKey)
Sets the DocumentStateKey

Parameters:
strDocumentStateKey - The DocumentStateKey


Copyright © 2007 Mairie de Paris. All Rights Reserved.