|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.cms.CmsVersion
public class CmsVersion
Models a version of a node
Constructor Summary | |
---|---|
CmsVersion(java.lang.String namein,
java.lang.String datain)
Constructor of the class useful to build a CmsVersion setting the name and the data of the creation |
Method Summary | |
---|---|
java.lang.String |
getDataCreation()
Gets the string representation of the creation data |
java.lang.String |
getName()
gets the name of the version |
void |
setDataCreation(java.lang.String dataCreation)
Sets the string representation of the creation data |
void |
setName(java.lang.String name)
Sets the name of the version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsVersion(java.lang.String namein, java.lang.String datain)
namein
- The name of the versiondatain
- The string representation of the creation dataMethod Detail |
---|
public java.lang.String getDataCreation()
public void setDataCreation(java.lang.String dataCreation)
dataCreation
- the string representation of the creation datapublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the version
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |