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

public class Ven_at_ec extends VdmEntity<Ven_at_ec> implements VdmEntitySet
BR Breakdown of Sales Revenue

Original entity name from the Odata EDM: ven_at_ecType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setCnpj_estab

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

      Original property name from the Odata EDM: cnpj_estab

      Parameters:
      cnpj_estab - CNPJ of Each Establishment of Legal Person
    • setVl_rec_estab

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

      Original property name from the Odata EDM: vl_rec_estab

      Parameters:
      vl_rec_estab - Sales Income
    • setCnae

      public void setCnae(@Nullable String cnae)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cnae

      Parameters:
      cnae - CNAE
    • 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<Ven_at_ec>
    • getKey

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

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

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

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

      @Nonnull public static Ven_at_ec.Ven_at_ecBuilder 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
    • getDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getCnpj_estab

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

      Original property name from the Odata EDM: cnpj_estab

      Returns:
      CNPJ of Each Establishment of Legal Person
    • getVl_rec_estab

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

      Original property name from the Odata EDM: vl_rec_estab

      Returns:
      Sales Income
    • getCnae

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

      Original property name from the Odata EDM: cnae

      Returns:
      CNAE
    • 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<Ven_at_ec>
    • equals

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

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

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

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