Package com.saperion.rmi
Class SaSaveInfoImpl
- java.lang.Object
-
- com.saperion.rmi.SaSaveInfoImpl
-
- All Implemented Interfaces:
SaSaveInfo,java.io.Serializable
public class SaSaveInfoImpl extends java.lang.Object implements java.io.Serializable, SaSaveInfo
RMI server implementation of theSaSaveInfointerface. Holds the backend information like HDoc, SysRowId about a new created or updated document.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaSaveInfoImpl(java.lang.String dbName, java.lang.String sysRowId, java.lang.String hdoc, java.lang.String transId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDbName()Gets the tablename (DDC name) of the saved document.java.lang.StringgetHdoc()Gets the HDOC of the document.java.lang.StringgetSysRowId()Gets the system-wide unique key SYSROWID of the saved document.java.lang.StringgetTransactionId()Gets the transaction ID.java.lang.StringtoString()
-
-
-
Method Detail
-
getDbName
public final java.lang.String getDbName()
Gets the tablename (DDC name) of the saved document.- Specified by:
getDbNamein interfaceSaSaveInfo- Returns:
- the dbName (DDC name)
- See Also:
com.saperion.rmi.ISaSaveInfo#getDbName()
-
getHdoc
public final java.lang.String getHdoc()
Gets the HDOC of the document.- Specified by:
getHdocin interfaceSaSaveInfo- Returns:
- the document id (hdoc)
- See Also:
com.saperion.rmi.ISaSaveInfo#getHdoc()
-
getSysRowId
public final java.lang.String getSysRowId()
Gets the system-wide unique key SYSROWID of the saved document.NOTE:
The SYSROWID field is a completely independent ID. It never corresponds to the XHDOC (revision ID), even at the time of archiving.- Specified by:
getSysRowIdin interfaceSaSaveInfo- Returns:
- system-wide unique key sysRowId
- See Also:
com.saperion.rmi.ISaSaveInfo#getXsysrowid()
-
getTransactionId
public java.lang.String getTransactionId()
Gets the transaction ID. Not used.- Specified by:
getTransactionIdin interfaceSaSaveInfo- Returns:
- Transaction ID
- See Also:
SaSaveInfo.getTransactionId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-