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

public class Opt_re_pa extends VdmEntity<Opt_re_pa> implements VdmEntitySet
BR REFIS PAES Information

Original entity name from the Odata EDM: opt_re_paType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setTp_tabela(@Nullable String tp_tabela)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: tp_tabela

      Parameters:
      tp_tabela - Sped Dynamic Table Type
    • setAcres_patr

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

      Original property name from the Odata EDM: acres_patr

      Parameters:
      acres_patr - Additional Assets
    • setVl_rec_bru

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

      Original property name from the Odata EDM: vl_rec_bru

      Parameters:
      vl_rec_bru - Gross Revenue
    • 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<Opt_re_pa>
    • getKey

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

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

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

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

      @Nonnull public static Opt_re_pa.Opt_re_paBuilder 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
    • getTp_tabela

      @Nullable public String getTp_tabela()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: tp_tabela

      Returns:
      Sped Dynamic Table Type
    • getAcres_patr

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

      Original property name from the Odata EDM: acres_patr

      Returns:
      Additional Assets
    • getVl_rec_bru

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

      Original property name from the Odata EDM: vl_rec_bru

      Returns:
      Gross Revenue
    • 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<Opt_re_pa>
    • equals

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

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

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

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