Package com.saperion.bean
Class SapDocInfo
java.lang.Object
com.saperion.bean.SapDocInfo
- All Implemented Interfaces:
Serializable
Represents the document information like HDoc, DDC and tenant about a SAP document.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSapDocInfo
(String hDoc, String ddc, int mandant, String userName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReads the DDC name.Reads the HDOC.int
Read the mandant id.void
setTenantName
(String value) void
setUserName
(String value)
-
Constructor Details
-
SapDocInfo
Constructor.- Parameters:
hDoc
- Document HDOCddc
- DDC namemandant
- Mandant
-
-
Method Details
-
getDocumentHDoc
Reads the HDOC.- Returns:
- HDOC
-
getDocumentDDC
Reads the DDC name.- Returns:
- DDC name
-
getTenant
public int getTenant()Read the mandant id.- Returns:
- Mandant
-
getTenantName
- Returns:
- Tenant name
-
setTenantName
- Parameters:
value
- Tenant name
-
getUserName
- Returns:
- User name
-
setUserName
- Parameters:
value
- User name
-