it.eng.spago.cms
Class CmsVersion

java.lang.Object
  extended by it.eng.spago.cms.CmsVersion

public class CmsVersion
extends java.lang.Object

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

CmsVersion

public 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

Parameters:
namein - The name of the version
datain - The string representation of the creation data
Method Detail

getDataCreation

public java.lang.String getDataCreation()
Gets the string representation of the creation data

Returns:
the string representation of the creation data

setDataCreation

public void setDataCreation(java.lang.String dataCreation)
Sets the string representation of the creation data

Parameters:
dataCreation - the string representation of the creation data

getName

public java.lang.String getName()
gets the name of the version

Returns:
The name of the version

setName

public void setName(java.lang.String name)
Sets the name of the version

Parameters:
name - the name of the version