Package com.saperion.ngc.model.document
Class DocumentVersionInfo
- java.lang.Object
- 
- com.saperion.ngc.model.document.DocumentVersionInfo
 
- 
 public class DocumentVersionInfo extends java.lang.ObjectClass with information about a document's version.
- 
- 
Constructor SummaryConstructors Constructor Description DocumentVersionInfo(com.saperion.intf.SaVersionData versionData)Creates a new DocumentVersionInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDateString()com.saperion.intf.SaPropertyValue[]getProperties()java.lang.StringgetVersionComment()java.lang.StringgetVersionCreator()java.util.DategetVersionDate()java.lang.StringgetVersionNumber()java.lang.StringgetVersionUid()
 
- 
- 
- 
Method Detail- 
getVersionDatepublic java.util.Date getVersionDate() - Returns:
- version date
 
 - 
getVersionCommentpublic java.lang.String getVersionComment() - Returns:
- version comment
 
 - 
getVersionCreatorpublic java.lang.String getVersionCreator() - Returns:
- version creator
 
 - 
getVersionNumberpublic java.lang.String getVersionNumber() - Returns:
- version number
 
 - 
getVersionUidpublic java.lang.String getVersionUid() - Returns:
- revision ID
 
 - 
getDateStringpublic java.lang.String getDateString() - Returns:
- date as string
 
 - 
getPropertiespublic com.saperion.intf.SaPropertyValue[] getProperties() - Returns:
- revision properties
 
 
- 
 
-