Class SaWsVersionData

java.lang.Object
com.saperion.ws.wrapper.SaWsVersionData

public class SaWsVersionData extends Object
This class wraps the SaVersionData class.
Author:
Daniel Manzke
  • Constructor Details

    • SaWsVersionData

      public SaWsVersionData()
      Creates a new instance of SaWsVersionData.
    • SaWsVersionData

      public SaWsVersionData(com.saperion.intf.SaVersionData result)
      Creates a new instance of SaWsVersionData and wraps all informations of the original result.
      Parameters:
      result - which holds the information of the backend and which will be extracted to this bean
  • Method Details

    • getProperties

      public List<SaWsPropertyValue> getProperties()
      Reads the properties.
      Returns:
      the properties
    • setProperties

      public void setProperties(List<SaWsPropertyValue> props)
      Sets the properties.
      Parameters:
      props - Name/Value pairs which represent the metadata of a document
    • getVersionData

      public SaWsRevision getVersionData()
      Reads the version metadata.
      Returns:
      the versionData
    • setVersionData

      public void setVersionData(SaWsRevision versiondata)
      Sets the version metadata.
      Parameters:
      versiondata - version data