public class SaWsSaveInfo extends Object
Constructor and Description |
---|
SaWsSaveInfo()
Creates a new instance of SaSaveInfoWrapper.
|
SaWsSaveInfo(com.saperion.intf.SaSaveInfo info)
Creates a new instance of SaSaveInfoWrapper and wraps the original.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
Reads the tablename.
|
String |
getHDoc()
Reads the HDOC.
|
String |
getSysRowId()
Reads the SYSROWID.
|
void |
setDatabaseName(String dbName)
Sets the tablename.
|
void |
setHDoc(String hdoc)
Sets the HDOC.
|
void |
setSysRowId(String sysRowID)
Sets the SYSROWID.
|
public SaWsSaveInfo()
public SaWsSaveInfo(com.saperion.intf.SaSaveInfo info)
info
- which holds the information of the backend and which will be
extracted to this beanpublic String getDatabaseName()
public void setDatabaseName(String dbName)
dbName
- Name of the databasepublic String getSysRowId()
public void setSysRowId(String sysRowID)
sysRowID
- unqiue ID of the documentpublic String getHDoc()
public void setHDoc(String hdoc)
hdoc
- unique ID of the documentCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.