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

public class Trib_dior extends VdmEntity<Trib_dior> implements VdmEntitySet
BR DIOR Related Taxes

Original entity name from the Odata EDM: trib_diorType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setNum_lancto

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

      Original property name from the Odata EDM: num_lancto

      Parameters:
      num_lancto - Posting Number
    • setCod_trib

      public void setCod_trib(@Nullable String cod_trib)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_trib

      Parameters:
      cod_trib - Tax Code
    • setAno

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

      Original property name from the Odata EDM: ano

      Parameters:
      ano - Year of Tax Repercussion
    • setVl_trib

      public void setVl_trib(@Nullable BigDecimal vl_trib)
      Constraints: Not nullable, Precision: 19, Scale: 2

      Original property name from the Odata EDM: vl_trib

      Parameters:
      vl_trib - Value of Tax Repercussion
    • 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<Trib_dior>
    • getKey

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

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

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

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

      @Nonnull public static Trib_dior.Trib_diorBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getNum_lancto

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

      Original property name from the Odata EDM: num_lancto

      Returns:
      Posting Number
    • getCod_trib

      @Nullable public String getCod_trib()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_trib

      Returns:
      Tax Code
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      Year of Tax Repercussion
    • getVl_trib

      @Nullable public BigDecimal getVl_trib()
      Constraints: Not nullable, Precision: 19, Scale: 2

      Original property name from the Odata EDM: vl_trib

      Returns:
      Value of Tax Repercussion
    • 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<Trib_dior>
    • equals

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

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

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

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