Package com.saperion.ws.wrapper
Class SaWsSaveInfo
java.lang.Object
com.saperion.ws.wrapper.SaWsSaveInfo
This class wraps the SaSaveInfo class.
- Author:
- Daniel Manzke
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SaSaveInfoWrapper.SaWsSaveInfo
(com.saperion.intf.SaSaveInfo info) Creates a new instance of SaSaveInfoWrapper and wraps the original. -
Method Summary
Modifier and TypeMethodDescriptionReads the tablename.getHDoc()
Reads the HDOC.Reads the SYSROWID.void
setDatabaseName
(String dbName) Sets the tablename.void
Sets the HDOC.void
setSysRowId
(String sysRowID) Sets the SYSROWID.
-
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
Reads the tablename.- Returns:
- the dbName
-
setDatabaseName
Sets the tablename.- Parameters:
dbName
- Name of the database
-
getSysRowId
Reads the SYSROWID.- Returns:
- the sysRowId
-
setSysRowId
Sets the SYSROWID.- Parameters:
sysRowID
- unqiue ID of the document
-
getHDoc
Reads the HDOC.- Returns:
- the hdoc
-
setHDoc
Sets the HDOC.- Parameters:
hdoc
- unique ID of the document
-