Package com.saperion.ws.wrapper
Class SaWsSaveInfo
- java.lang.Object
-
- com.saperion.ws.wrapper.SaWsSaveInfo
-
public class SaWsSaveInfo extends java.lang.ObjectThis class wraps the SaSaveInfo class.- Author:
- Daniel Manzke
-
-
Constructor Summary
Constructors Constructor Description SaWsSaveInfo()Creates a new instance of SaSaveInfoWrapper.SaWsSaveInfo(com.saperion.intf.SaSaveInfo info)Creates a new instance of SaSaveInfoWrapper and wraps the original.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDatabaseName()Reads the tablename.java.lang.StringgetHDoc()Reads the HDOC.java.lang.StringgetSysRowId()Reads the SYSROWID.voidsetDatabaseName(java.lang.String dbName)Sets the tablename.voidsetHDoc(java.lang.String hdoc)Sets the HDOC.voidsetSysRowId(java.lang.String sysRowID)Sets the SYSROWID.
-
-
-
Constructor Detail
-
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 Detail
-
getDatabaseName
public java.lang.String getDatabaseName()
Reads the tablename.- Returns:
- the dbName
-
setDatabaseName
public void setDatabaseName(java.lang.String dbName)
Sets the tablename.- Parameters:
dbName- Name of the database
-
getSysRowId
public java.lang.String getSysRowId()
Reads the SYSROWID.- Returns:
- the sysRowId
-
setSysRowId
public void setSysRowId(java.lang.String sysRowID)
Sets the SYSROWID.- Parameters:
sysRowID- unqiue ID of the document
-
getHDoc
public java.lang.String getHDoc()
Reads the HDOC.- Returns:
- the hdoc
-
setHDoc
public void setHDoc(java.lang.String hdoc)
Sets the HDOC.- Parameters:
hdoc- unique ID of the document
-
-