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

public class Icmsstcpl extends VdmEntity<Icmsstcpl> implements VdmEntitySet
BR Last Month ICMS ST Compl

Original entity name from the Odata EDM: icmsstcplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: periodo

      Parameters:
      periodo - Period
    • 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
    • setVl_sld_cred_ant_st

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

      Original property name from the Odata EDM: vl_sld_cred_ant_st

      Parameters:
      vl_sld_cred_ant_st - Previous Month ICMS ST 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<Icmsstcpl>
    • getKey

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

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

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

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

      @Nonnull public static Icmsstcpl.IcmsstcplBuilder 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
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getPeriodo

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

      Original property name from the Odata EDM: periodo

      Returns:
      Period
    • getUf

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

      Original property name from the Odata EDM: uf

      Returns:
      UF
    • getVl_sld_cred_ant_st

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

      Original property name from the Odata EDM: vl_sld_cred_ant_st

      Returns:
      Previous Month ICMS ST 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<Icmsstcpl>
    • equals

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

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

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

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