Package com.saperion.rmi
Class SaVersionDataImpl
java.lang.Object
com.saperion.rmi.SaVersionDataImpl
- All Implemented Interfaces:
- SaVersionData,- Serializable
Class for storing and transfering document revision data
 including both index metadata and document-specific data
 such as creator of revision, revision comment, and number.
- Author:
- mal
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor.SaVersionDataImpl(SaPropertyValue[] newProperties, SaRevision newVersionData) Full constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReads the properties.Reads the version metadata.
- 
Constructor Details- 
SaVersionDataImplpublic SaVersionDataImpl()Default constructor.
- 
SaVersionDataImplFull constructor. (set by native call)- Parameters:
- newProperties- Property array to set.
- newVersionData- Version data to set.
 
 
- 
- 
Method Details- 
getPropertiesReads the properties.- Specified by:
- getPropertiesin interface- SaVersionData
- Returns:
- the properties
- See Also:
- 
- com.saperion.rmi.SaVersionData#getProperties()
 
 
- 
getVersionDataReads the version metadata.- Specified by:
- getVersionDatain interface- SaVersionData
- Returns:
- the versionData
- See Also:
- 
- com.saperion.rmi.SaVersionData#getVersionData()
 
 
 
-