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

public class Icmst_adt extends VdmEntity<Icmst_adt> implements VdmEntitySet
BR ICMS ST Calc Adj Add Info

Original entity name from the Odata EDM: icmst_adtType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: uf

      Parameters:
      uf - UF
    • setCod_aj_apur

      public void setCod_aj_apur(@Nullable String cod_aj_apur)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_aj_apur

      Parameters:
      cod_aj_apur - Declaration and Deduction Adjustment Code
    • setDt_reg

      public void setDt_reg(@Nullable String dt_reg)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_reg

      Parameters:
      dt_reg - Register Date
    • setId_inf

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

      Original property name from the Odata EDM: id_inf

      Parameters:
      id_inf - Information Origin Identifier
    • setNum_item

      public void setNum_item(@Nullable String num_item)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - Item Number
    • setNum_da

      public void setNum_da(@Nullable String num_da)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: num_da

      Parameters:
      num_da - Tax Collection Document Number
    • setNum_proc

      public void setNum_proc(@Nullable String num_proc)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: num_proc

      Parameters:
      num_proc - Issuing Process Number
    • setInd_proc

      public void setInd_proc(@Nullable String ind_proc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc

      Parameters:
      ind_proc - Process Type Identifier
    • setProce

      public void setProce(@Nullable String proce)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: proce

      Parameters:
      proce - Description
    • setTxt_compl

      public void setTxt_compl(@Nullable String txt_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_compl

      Parameters:
      txt_compl - Description
    • setVl_aj_apur

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

      Original property name from the Odata EDM: vl_aj_apur

      Parameters:
      vl_aj_apur - ICMS Declaration Adjustment Value
    • 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<Icmst_adt>
    • getKey

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

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

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

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

      @Nonnull public static Icmst_adt.Icmst_adtBuilder 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
    • getUf

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

      Original property name from the Odata EDM: uf

      Returns:
      UF
    • getCod_aj_apur

      @Nullable public String getCod_aj_apur()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_aj_apur

      Returns:
      Declaration and Deduction Adjustment Code
    • getDt_reg

      @Nullable public String getDt_reg()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_reg

      Returns:
      Register Date
    • getId_inf

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

      Original property name from the Odata EDM: id_inf

      Returns:
      Information Origin Identifier
    • getNum_item

      @Nullable public String getNum_item()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: num_item

      Returns:
      Item Number
    • getNum_da

      @Nullable public String getNum_da()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: num_da

      Returns:
      Tax Collection Document Number
    • getNum_proc

      @Nullable public String getNum_proc()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: num_proc

      Returns:
      Issuing Process Number
    • getInd_proc

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

      Original property name from the Odata EDM: ind_proc

      Returns:
      Process Type Identifier
    • getProce

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

      Original property name from the Odata EDM: proce

      Returns:
      Description
    • getTxt_compl

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

      Original property name from the Odata EDM: txt_compl

      Returns:
      Description
    • getVl_aj_apur

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

      Original property name from the Odata EDM: vl_aj_apur

      Returns:
      ICMS Declaration Adjustment Value
    • 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<Icmst_adt>
    • equals

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

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

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

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