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

public class Venda_exp extends VdmEntity<Venda_exp> implements VdmEntitySet
BR Sales to Aftermarket Export

Original entity name from the Odata EDM: venda_expType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cnpj_exp

      Parameters:
      cnpj_exp - CNPJ of Exporter Commercial Buyer
    • setCod_ncm

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

      Original property name from the Odata EDM: cod_ncm

      Parameters:
      cod_ncm - NCM Code
    • setVl_venda

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

      Original property name from the Odata EDM: vl_venda

      Parameters:
      vl_venda - Sales 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<Venda_exp>
    • getKey

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

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

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

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

      @Nonnull public static Venda_exp.Venda_expBuilder 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_exp

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

      Original property name from the Odata EDM: cnpj_exp

      Returns:
      CNPJ of Exporter Commercial Buyer
    • getCod_ncm

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

      Original property name from the Odata EDM: cod_ncm

      Returns:
      NCM Code
    • getVl_venda

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

      Original property name from the Odata EDM: vl_venda

      Returns:
      Sales 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<Venda_exp>
    • equals

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

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

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

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