|
||||||||||
| 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
public class VersionData
Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Mar 4, 2009
| Field Summary | |
|---|---|
protected java.lang.String |
author
The author. |
protected java.util.Calendar |
endPublicationDate
The end publication date. |
protected java.util.Calendar |
startPublicationDate
The start publication date. |
protected java.lang.String |
state
The state. |
protected java.lang.String |
UUID
The UUID. |
protected java.lang.String |
versionName
The version name. |
| Constructor Summary | |
|---|---|
VersionData(java.lang.String uuid,
java.lang.String state,
java.lang.String author)
Instantiates a new version data. |
|
VersionData(java.lang.String uuid,
java.lang.String state,
java.lang.String author,
java.util.Calendar startPublicationDate,
java.util.Calendar endPublicationDate)
Instantiates a new version data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Gets the author. |
java.util.Calendar |
getEndPublicationDate()
Gets the end publication date. |
java.util.Calendar |
getStartPublicationDate()
Gets the start publication date. |
java.lang.String |
getState()
Gets the state. |
java.lang.String |
getUUID()
Gets the uUID. |
java.lang.String |
getVersionName()
Gets the version name. |
void |
setAuthor(java.lang.String author)
Sets the author. |
void |
setEndPublicationDate(java.util.Calendar endPublicationDate)
Sets the end publication date. |
void |
setStartPublicationDate(java.util.Calendar startPublicationDate)
Sets the start publication date. |
void |
setState(java.lang.String state)
Sets the state. |
void |
setUUID(java.lang.String uuid)
Sets the uUID. |
void |
setVersionName(java.lang.String versionName)
Sets the version name. |
java.lang.String |
toString()
|
java.lang.String |
toStringValue()
To string value. |
java.lang.String[] |
toStringValues()
To string values. |
static VersionData |
toVersionData(java.lang.String s)
To version data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String UUID
protected java.lang.String versionName
protected java.lang.String state
protected java.lang.String author
protected java.util.Calendar startPublicationDate
protected java.util.Calendar endPublicationDate
| Constructor Detail |
|---|
public VersionData(java.lang.String uuid,
java.lang.String state,
java.lang.String author,
java.util.Calendar startPublicationDate,
java.util.Calendar endPublicationDate)
uuid - the uuidstate - the stateauthor - the authorstartPublicationDate - the start publication dateendPublicationDate - the end publication date
public VersionData(java.lang.String uuid,
java.lang.String state,
java.lang.String author)
uuid - the uuidstate - the stateauthor - the author| Method Detail |
|---|
public java.lang.String getVersionName()
public void setVersionName(java.lang.String versionName)
versionName - the new version namepublic java.lang.String getState()
public void setState(java.lang.String state)
state - the new statepublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author - the new authorpublic java.util.Calendar getStartPublicationDate()
public void setStartPublicationDate(java.util.Calendar startPublicationDate)
startPublicationDate - the new start publication datepublic java.util.Calendar getEndPublicationDate()
public void setEndPublicationDate(java.util.Calendar endPublicationDate)
endPublicationDate - the new end publication datepublic java.lang.String[] toStringValues()
public java.lang.String toStringValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static VersionData toVersionData(java.lang.String s)
s - the s
public java.lang.String getUUID()
public void setUUID(java.lang.String uuid)
uuid - the new uUID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||