Class SaWsSaveInfo

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

public class SaWsSaveInfo extends Object
This class wraps the SaSaveInfo class.
Author:
Daniel Manzke
  • Constructor Details

    • SaWsSaveInfo

      public SaWsSaveInfo()
      Creates a new instance of SaSaveInfoWrapper.
    • SaWsSaveInfo

      public SaWsSaveInfo(com.saperion.intf.SaSaveInfo info)
      Creates a new instance of SaSaveInfoWrapper and wraps the original.
      Parameters:
      info - which holds the information of the backend and which will be extracted to this bean
  • Method Details

    • getDatabaseName

      public String getDatabaseName()
      Reads the tablename.
      Returns:
      the dbName
    • setDatabaseName

      public void setDatabaseName(String dbName)
      Sets the tablename.
      Parameters:
      dbName - Name of the database
    • getSysRowId

      public String getSysRowId()
      Reads the SYSROWID.
      Returns:
      the sysRowId
    • setSysRowId

      public void setSysRowId(String sysRowID)
      Sets the SYSROWID.
      Parameters:
      sysRowID - unqiue ID of the document
    • getHDoc

      public String getHDoc()
      Reads the HDOC.
      Returns:
      the hdoc
    • setHDoc

      public void setHDoc(String hdoc)
      Sets the HDOC.
      Parameters:
      hdoc - unique ID of the document