org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui
Class UIPublicationHistory.HistoryBean

java.lang.Object
  extended by org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationHistory.HistoryBean
Enclosing class:
UIPublicationHistory

public class UIPublicationHistory.HistoryBean
extends java.lang.Object

The Class HistoryBean.


Constructor Summary
UIPublicationHistory.HistoryBean()
           
 
Method Summary
 java.lang.String formatStringByDateTime(java.lang.String stringInput)
          Updated by Nguyen Van Chien.
 java.lang.String getDate()
          Gets the date.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getNewState()
          Gets the new state.
 java.lang.String getUser()
          Gets the user.
 void setDate(java.lang.String date)
          Sets the date.
 void setDescription(java.lang.String description)
          Sets the description.
 void setNewState(java.lang.String newState)
          Sets the new state.
 void setUser(java.lang.String user)
          Sets the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPublicationHistory.HistoryBean

public UIPublicationHistory.HistoryBean()
Method Detail

getDate

public java.lang.String getDate()
Gets the date.

Returns:
the date

setDate

public void setDate(java.lang.String date)
Sets the date.

Parameters:
date - the new date

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getNewState

public java.lang.String getNewState()
Gets the new state.

Returns:
the new state

setNewState

public void setNewState(java.lang.String newState)
Sets the new state.

Parameters:
newState - the new new state

getUser

public java.lang.String getUser()
Gets the user.

Returns:
the user

setUser

public void setUser(java.lang.String user)
Sets the user.

Parameters:
user - the new user

formatStringByDateTime

public java.lang.String formatStringByDateTime(java.lang.String stringInput)
Updated by Nguyen Van Chien.

Parameters:
stringInput - the string input
Returns:
the string


Copyright © 2011 eXo Platform SAS. All Rights Reserved.