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

public class Doa_eleit extends VdmEntity<Doa_eleit> implements VdmEntitySet
BR Political Campaign Donation

Original entity name from the Odata EDM: doa_eleitType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ
    • setTip_benef

      public void setTip_benef(@Nullable String tip_benef)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tip_benef

      Parameters:
      tip_benef - Beneficiary Type
    • setForm_doa

      public void setForm_doa(@Nullable String form_doa)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: form_doa

      Parameters:
      form_doa - Donation Form
    • setVl_doa

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

      Original property name from the Odata EDM: vl_doa

      Parameters:
      vl_doa - Donation 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<Doa_eleit>
    • getKey

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

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

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

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

      @Nonnull public static Doa_eleit.Doa_eleitBuilder 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

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

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getTip_benef

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

      Original property name from the Odata EDM: tip_benef

      Returns:
      Beneficiary Type
    • getForm_doa

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

      Original property name from the Odata EDM: form_doa

      Returns:
      Donation Form
    • getVl_doa

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

      Original property name from the Odata EDM: vl_doa

      Returns:
      Donation 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<Doa_eleit>
    • equals

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

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

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

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