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

public class Demo_l_cx extends VdmEntity<Demo_l_cx> implements VdmEntitySet
BR Cash Book Statement

Original entity name from the Odata EDM: demo_l_cxType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNum_doc(@Nullable String num_doc)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: num_doc

      Parameters:
      num_doc - Tax document number
    • setData

      public void setData(@Nullable LocalDate data)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: data

      Parameters:
      data - Incoming or Outgoing Resource Date
    • setHist

      public void setHist(@Nullable String hist)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: hist

      Parameters:
      hist - Posting History
    • setVl_entrada

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

      Original property name from the Odata EDM: vl_entrada

      Parameters:
      vl_entrada - Incoming Value
    • setVl_saida

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

      Original property name from the Odata EDM: vl_saida

      Parameters:
      vl_saida - Outgoing Value
    • setSld_fin

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

      Original property name from the Odata EDM: sld_fin

      Parameters:
      sld_fin - Final Balance 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<Demo_l_cx>
    • getKey

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

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

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

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

      @Nonnull public static Demo_l_cx.Demo_l_cxBuilder 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
    • getNum_doc

      @Nullable public String getNum_doc()
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: num_doc

      Returns:
      Tax document number
    • getData

      @Nullable public LocalDate getData()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: data

      Returns:
      Incoming or Outgoing Resource Date
    • getHist

      @Nullable public String getHist()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: hist

      Returns:
      Posting History
    • getVl_entrada

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

      Original property name from the Odata EDM: vl_entrada

      Returns:
      Incoming Value
    • getVl_saida

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

      Original property name from the Odata EDM: vl_saida

      Returns:
      Outgoing Value
    • getSld_fin

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

      Original property name from the Odata EDM: sld_fin

      Returns:
      Final Balance 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<Demo_l_cx>
    • equals

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

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

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

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