public class SaWsVersionData extends Object
Constructor and Description |
---|
SaWsVersionData()
Creates a new instance of SaWsVersionData.
|
SaWsVersionData(com.saperion.intf.SaVersionData result)
Creates a new instance of SaWsVersionData and wraps all informations of
the original result.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsPropertyValue> |
getProperties()
Reads the properties.
|
SaWsRevision |
getVersionData()
Reads the version metadata.
|
void |
setProperties(List<SaWsPropertyValue> props)
Sets the properties.
|
void |
setVersionData(SaWsRevision versiondata)
Sets the version metadata.
|
public SaWsVersionData()
public SaWsVersionData(com.saperion.intf.SaVersionData result)
result
- which holds the information of the backend and which will be
extracted to this beanpublic List<SaWsPropertyValue> getProperties()
public void setProperties(List<SaWsPropertyValue> props)
props
- Name/Value pairs which represent the metadata of a documentpublic SaWsRevision getVersionData()
public void setVersionData(SaWsRevision versiondata)
versiondata
- version dataCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.