|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.publication.lifecycle.stageversion.config.VersionData
org.exoplatform.services.wcm.publication.lifecycle.stageversion.config.VersionLog
public class VersionLog
Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Mar 5, 2009
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.wcm.publication.lifecycle.stageversion.config.VersionData |
|---|
author, endPublicationDate, startPublicationDate, state, UUID, versionName |
| Constructor Summary | |
|---|---|
VersionLog(java.lang.String versionName,
java.lang.String state,
java.lang.String author,
java.util.Calendar logDate,
java.lang.String description)
Instantiates a new version log. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.util.Calendar |
getLogDate()
Gets the log date. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setLogDate(java.util.Calendar logDate)
Sets the log date. |
java.lang.String |
toString()
|
static VersionLog |
toVersionLog(java.lang.String log)
To version log. |
| Methods inherited from class org.exoplatform.services.wcm.publication.lifecycle.stageversion.config.VersionData |
|---|
getAuthor, getEndPublicationDate, getStartPublicationDate, getState, getUUID, getVersionName, setAuthor, setEndPublicationDate, setStartPublicationDate, setState, setUUID, setVersionName, toStringValue, toStringValues, toVersionData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VersionLog(java.lang.String versionName,
java.lang.String state,
java.lang.String author,
java.util.Calendar logDate,
java.lang.String description)
versionName - the version namestate - the stateauthor - the authorlogDate - the log datedescription - the description| Method Detail |
|---|
public java.util.Calendar getLogDate()
public void setLogDate(java.util.Calendar logDate)
logDate - the new log datepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.String toString()
toString in class VersionDatapublic static VersionLog toVersionLog(java.lang.String log)
log - the log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||