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

public class Item_icms extends VdmEntity<Item_icms> implements VdmEntitySet
BR ICMS Rate for Materials

Original entity name from the Odata EDM: item_icmsType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: origem

      Parameters:
      origem - The origem to set.
    • setDt_ini

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

      Original property name from the Odata EDM: dt_ini

      Parameters:
      dt_ini - Initial Date
    • 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
    • setAliq_geral

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

      Original property name from the Odata EDM: aliq_geral

      Parameters:
      aliq_geral - ICMS Aliquot
    • 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<Item_icms>
    • getKey

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

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

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

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

      @Nonnull public static Item_icms.Item_icmsBuilder builder()
    • getOrigem

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

      Original property name from the Odata EDM: origem

      Returns:
      The origem contained in this VdmEntity.
    • getDt_ini

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

      Original property name from the Odata EDM: dt_ini

      Returns:
      Initial Date
    • 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
    • getAliq_geral

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

      Original property name from the Odata EDM: aliq_geral

      Returns:
      ICMS Aliquot
    • 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<Item_icms>
    • equals

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

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

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

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