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

public class Escr_desc extends VdmEntity<Escr_desc> implements VdmEntitySet
BR Decentralized Bookkeeping

Original entity name from the Odata EDM: escr_descType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Escr_desc> getType()
      Specified by:
      getType in class VdmObject<Escr_desc>
    • 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 - The empresa to set.
    • setInd_dec

      public void setInd_dec(@Nullable String ind_dec)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dec

      Parameters:
      ind_dec - The ind_dec to set.
    • setCnpj_dec

      public void setCnpj_dec(@Nullable String cnpj_dec)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_dec

      Parameters:
      cnpj_dec - The cnpj_dec to set.
    • setVig_de

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setUf

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

      Original property name from the Odata EDM: uf

      Parameters:
      uf - The uf to set.
    • setIe

      public void setIe(@Nullable String ie)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ie

      Parameters:
      ie - State Tax Number
    • setCod_mun

      public void setCod_mun(@Nullable String cod_mun)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun

      Parameters:
      cod_mun - The cod_mun to set.
    • setIm

      public void setIm(@Nullable String im)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: im

      Parameters:
      im - The im to set.
    • setNire

      public void setNire(@Nullable String nire)
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: nire

      Parameters:
      nire - The nire to set.
    • 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<Escr_desc>
    • getKey

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

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

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

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

      @Nonnull public static Escr_desc.Escr_descBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getInd_dec

      @Nullable public String getInd_dec()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dec

      Returns:
      The ind_dec contained in this VdmEntity.
    • getCnpj_dec

      @Nullable public String getCnpj_dec()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_dec

      Returns:
      The cnpj_dec contained in this VdmEntity.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getUf

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

      Original property name from the Odata EDM: uf

      Returns:
      The uf contained in this VdmEntity.
    • getIe

      @Nullable public String getIe()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ie

      Returns:
      State Tax Number
    • getCod_mun

      @Nullable public String getCod_mun()
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun

      Returns:
      The cod_mun contained in this VdmEntity.
    • getIm

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

      Original property name from the Odata EDM: im

      Returns:
      The im contained in this VdmEntity.
    • getNire

      @Nullable public String getNire()
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: nire

      Returns:
      The nire contained in this VdmEntity.
    • 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<Escr_desc>
    • equals

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

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

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

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