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

public class Balancete extends VdmEntity<Balancete> implements VdmEntitySet
BR Balances

Original entity name from the Odata EDM: balanceteType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_bcte

      Parameters:
      dt_bcte - The dt_bcte to set.
    • setCod_cta

      public void setCod_cta(@Nullable String cod_cta)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - The cod_cta to set.
    • setCod_ccus

      public void setCod_ccus(@Nullable String cod_ccus)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus

      Parameters:
      cod_ccus - The cod_ccus to set.
    • setVal_debd

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

      Original property name from the Odata EDM: val_debd

      Parameters:
      val_debd - The val_debd to set.
    • setVal_credd

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

      Original property name from the Odata EDM: val_credd

      Parameters:
      val_credd - The val_credd to set.
    • setVal_deb_aux

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

      Original property name from the Odata EDM: val_deb_aux

      Parameters:
      val_deb_aux - Total of Debits
    • setVal_cred_aux

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

      Original property name from the Odata EDM: val_cred_aux

      Parameters:
      val_cred_aux - Total of Credits
    • 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<Balancete>
    • getKey

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

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

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

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

      @Nonnull public static Balancete.BalanceteBuilder 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_bcte

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

      Original property name from the Odata EDM: dt_bcte

      Returns:
      The dt_bcte contained in this VdmEntity.
    • getCod_cta

      @Nullable public String getCod_cta()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Returns:
      The cod_cta contained in this VdmEntity.
    • getCod_ccus

      @Nullable public String getCod_ccus()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus

      Returns:
      The cod_ccus contained in this VdmEntity.
    • getVal_debd

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

      Original property name from the Odata EDM: val_debd

      Returns:
      The val_debd contained in this VdmEntity.
    • getVal_credd

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

      Original property name from the Odata EDM: val_credd

      Returns:
      The val_credd contained in this VdmEntity.
    • getVal_deb_aux

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

      Original property name from the Odata EDM: val_deb_aux

      Returns:
      Total of Debits
    • getVal_cred_aux

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

      Original property name from the Odata EDM: val_cred_aux

      Returns:
      Total of Credits
    • 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<Balancete>
    • equals

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

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

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

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