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

public class Dete_cest extends VdmEntity<Dete_cest> implements VdmEntitySet
BR ICMS ST Legal Classif Code

Original entity name from the Odata EDM: dete_cestType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setValid_from(@Nullable LocalDate valid_from)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: valid_from

      Parameters:
      valid_from - Initial date of computation referred
    • setCod_ncm

      public void setCod_ncm(@Nullable String cod_ncm)
      (Key Field) Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: cod_ncm

      Parameters:
      cod_ncm - NCM 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
    • setCest

      public void setCest(@Nullable String cest)
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: cest

      Parameters:
      cest - ICMS ST Legal Classification Code
    • 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<Dete_cest>
    • getKey

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

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

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

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

      @Nonnull public static Dete_cest.Dete_cestBuilder 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
    • getValid_from

      @Nullable public LocalDate getValid_from()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: valid_from

      Returns:
      Initial date of computation referred
    • getCod_ncm

      @Nullable public String getCod_ncm()
      (Key Field) Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: cod_ncm

      Returns:
      NCM 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
    • getCest

      @Nullable public String getCest()
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: cest

      Returns:
      ICMS ST Legal Classification Code
    • 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<Dete_cest>
    • equals

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

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

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

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