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

public class Emp_det_p extends VdmEntity<Emp_det_p> implements VdmEntitySet
BR Comp Holding Installments

Original entity name from the Odata EDM: emp_det_pType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Emp_det_p> getType()
      Specified by:
      getType in class VdmObject<Emp_det_p>
    • 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
    • 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 - Account Code (Chart)
    • setEmp_cod_parte

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

      Original property name from the Odata EDM: emp_cod_parte

      Parameters:
      emp_cod_parte - Company Code of Agglutinated Value Holder
    • setDt_escrituracao

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

      Original property name from the Odata EDM: dt_escrituracao

      Parameters:
      dt_escrituracao - Bookkeeping Date
    • setValor

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

      Original property name from the Odata EDM: valor

      Parameters:
      valor - Installment Value
    • setInd_valor

      public void setInd_valor(@Nullable String ind_valor)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_valor

      Parameters:
      ind_valor - Final Balance of Referential Account
    • 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<Emp_det_p>
    • getKey

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

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

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

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

      @Nonnull public static Emp_det_p.Emp_det_pBuilder 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
    • 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:
      Account Code (Chart)
    • getEmp_cod_parte

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

      Original property name from the Odata EDM: emp_cod_parte

      Returns:
      Company Code of Agglutinated Value Holder
    • getDt_escrituracao

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

      Original property name from the Odata EDM: dt_escrituracao

      Returns:
      Bookkeeping Date
    • getValor

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

      Original property name from the Odata EDM: valor

      Returns:
      Installment Value
    • getInd_valor

      @Nullable public String getInd_valor()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_valor

      Returns:
      Final Balance of Referential Account
    • 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<Emp_det_p>
    • equals

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

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

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

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