java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Wh_tx_cpl>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Wh_tx_cpl
All Implemented Interfaces:
VdmEntitySet

public class Wh_tx_cpl extends VdmEntity<Wh_tx_cpl> implements VdmEntitySet
BR Withholding Taxes Complemet

Original entity name from the Odata EDM: wh_tx_cplType

  • Field Details

  • Constructor Details

    • Wh_tx_cpl

      public Wh_tx_cpl()
    • Wh_tx_cpl

      public Wh_tx_cpl(@Nullable String company_code, @Nullable String branch, @Nullable String fiscal_year, @Nullable String posting_number, @Nullable String revenue_code, @Nullable String indicator_revenue_nature, @Nullable Collection<SAP__Message> _Messages)
  • Method Details

    • getType

      @Nonnull public Class<Wh_tx_cpl> getType()
      Specified by:
      getType in class VdmObject<Wh_tx_cpl>
    • setCompany_code

      public void setCompany_code(@Nullable String company_code)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: company_code

      Parameters:
      company_code - Company Code
    • setBranch

      public void setBranch(@Nullable String branch)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: branch

      Parameters:
      branch - Branch
    • setFiscal_year

      public void setFiscal_year(@Nullable String fiscal_year)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: fiscal_year

      Parameters:
      fiscal_year - Year
    • setPosting_number

      public void setPosting_number(@Nullable String posting_number)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: posting_number

      Parameters:
      posting_number - Posting Number
    • setRevenue_code

      public void setRevenue_code(@Nullable String revenue_code)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: revenue_code

      Parameters:
      revenue_code - Revenue Code
    • setIndicator_revenue_nature

      public void setIndicator_revenue_nature(@Nullable String indicator_revenue_nature)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: indicator_revenue_nature

      Parameters:
      indicator_revenue_nature - Indicator of Nature of Revenue
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<Wh_tx_cpl>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Wh_tx_cpl>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<Wh_tx_cpl>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<Wh_tx_cpl>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<Wh_tx_cpl>
    • builder

      @Nonnull public static Wh_tx_cpl.Wh_tx_cplBuilder builder()
    • getCompany_code

      @Nullable public String getCompany_code()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: company_code

      Returns:
      Company Code
    • getBranch

      @Nullable public String getBranch()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: branch

      Returns:
      Branch
    • getFiscal_year

      @Nullable public String getFiscal_year()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: fiscal_year

      Returns:
      Year
    • getPosting_number

      @Nullable public String getPosting_number()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: posting_number

      Returns:
      Posting Number
    • getRevenue_code

      @Nullable public String getRevenue_code()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: revenue_code

      Returns:
      Revenue Code
    • getIndicator_revenue_nature

      @Nullable public String getIndicator_revenue_nature()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: indicator_revenue_nature

      Returns:
      Indicator of Nature of Revenue
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<Wh_tx_cpl>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<Wh_tx_cpl>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<Wh_tx_cpl>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Wh_tx_cpl>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Wh_tx_cpl>