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

public class Nf_ot_obt extends VdmEntity<Nf_ot_obt> implements VdmEntitySet
BR Other Tributary Obligation

Original entity name from the Odata EDM: nf_ot_obtType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nf_ot_obt> getType()
      Specified by:
      getType in class VdmObject<Nf_ot_obt>
    • 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
    • setFilial

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • setNf_id

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

      Original property name from the Odata EDM: nf_id

      Parameters:
      nf_id - Nota Fiscal Id
    • setCod_aj

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

      Original property name from the Odata EDM: cod_aj

      Parameters:
      cod_aj - Adjustment code
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - Item Code
    • setCod_obs

      public void setCod_obs(@Nullable String cod_obs)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_obs

      Parameters:
      cod_obs - Observation Code
    • setDescr_compl_aj

      public void setDescr_compl_aj(@Nullable String descr_compl_aj)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_aj

      Parameters:
      descr_compl_aj - Complementary description
    • setVl_bc_icms

      public void setVl_bc_icms(@Nullable BigDecimal vl_bc_icms)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_bc_icms

      Parameters:
      vl_bc_icms - ICMS Base Accumulated Value
    • setAliq_icms

      public void setAliq_icms(@Nullable BigDecimal aliq_icms)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: aliq_icms

      Parameters:
      aliq_icms - ICMS Aliquot
    • setVl_icms

      public void setVl_icms(@Nullable BigDecimal vl_icms)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms

      Parameters:
      vl_icms - ICMS Accumulated Value
    • setVl_outros

      public void setVl_outros(@Nullable BigDecimal vl_outros)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_outros

      Parameters:
      vl_outros - Other Values
    • 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<Nf_ot_obt>
    • getKey

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

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

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

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

      @Nonnull public static Nf_ot_obt.Nf_ot_obtBuilder 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
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getNf_id

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

      Original property name from the Odata EDM: nf_id

      Returns:
      Nota Fiscal Id
    • getCod_aj

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

      Original property name from the Odata EDM: cod_aj

      Returns:
      Adjustment code
    • getCod_item

      @Nullable public String getCod_item()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      Item Code
    • getCod_obs

      @Nullable public String getCod_obs()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_obs

      Returns:
      Observation Code
    • getDescr_compl_aj

      @Nullable public String getDescr_compl_aj()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_aj

      Returns:
      Complementary description
    • getVl_bc_icms

      @Nullable public BigDecimal getVl_bc_icms()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_bc_icms

      Returns:
      ICMS Base Accumulated Value
    • getAliq_icms

      @Nullable public BigDecimal getAliq_icms()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: aliq_icms

      Returns:
      ICMS Aliquot
    • getVl_icms

      @Nullable public BigDecimal getVl_icms()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms

      Returns:
      ICMS Accumulated Value
    • getVl_outros

      @Nullable public BigDecimal getVl_outros()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_outros

      Returns:
      Other Values
    • 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<Nf_ot_obt>
    • equals

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

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

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

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