+

Search Tips   |   Advanced Search


com.ibm.workplace.wcm.api
Interface HistoryLogEntry


public interface HistoryLogEntry

A read-only History Log Entry


Method Summary
 java.util.Date getDate()
          Returns the date this Log Entry was created
 java.lang.String getMessage()
          Returns the message associated with this Log Entry
 java.lang.String getName()
          Returns the name of the user associated with this Log Entry
 

Method Detail

getDate

 java.util.Date getDate()
Returns the date this Log Entry was created

Returns:
the date this Log Entry was created

getName

 java.lang.String getName()
Returns the name of the user associated with this Log Entry

Returns:
the name of the user associated with this Log Entry

getMessage

 java.lang.String getMessage()
Returns the message associated with this Log Entry

Returns:
the message associated with this Log Entry