public class SaVersionDataImpl extends Object implements Serializable, SaVersionData
Constructor and Description |
---|
SaVersionDataImpl()
Default constructor.
|
SaVersionDataImpl(SaPropertyValue[] newProperties,
SaRevision newVersionData)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
getProperties()
Reads the properties.
|
SaRevision |
getVersionData()
Reads the version metadata.
|
public SaVersionDataImpl()
public SaVersionDataImpl(SaPropertyValue[] newProperties, SaRevision newVersionData)
newProperties
- Property array to set.newVersionData
- Version data to set.public SaPropertyValue[] getProperties()
getProperties
in interface SaVersionData
com.saperion.rmi.SaVersionData#getProperties()
public SaRevision getVersionData()
getVersionData
in interface SaVersionData
com.saperion.rmi.SaVersionData#getVersionData()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.