Class SapDocInfo

java.lang.Object
com.saperion.bean.SapDocInfo
All Implemented Interfaces:
Serializable

public final class SapDocInfo extends Object implements Serializable
Represents the document information like HDoc, DDC and tenant about a SAP document.
Author:
rbo
See Also:
  • Constructor Details

    • SapDocInfo

      public SapDocInfo(String hDoc, String ddc, int mandant, String userName)
      Constructor.
      Parameters:
      hDoc - Document HDOC
      ddc - DDC name
      mandant - Mandant
  • Method Details

    • getDocumentHDoc

      public String getDocumentHDoc()
      Reads the HDOC.
      Returns:
      HDOC
    • getDocumentDDC

      public String getDocumentDDC()
      Reads the DDC name.
      Returns:
      DDC name
    • getTenant

      public int getTenant()
      Read the mandant id.
      Returns:
      Mandant
    • getTenantName

      public String getTenantName()
      Returns:
      Tenant name
    • setTenantName

      public void setTenantName(String value)
      Parameters:
      value - Tenant name
    • getUserName

      public String getUserName()
      Returns:
      User name
    • setUserName

      public void setUserName(String value)
      Parameters:
      value - User name