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

public class Inf_per_a extends VdmEntity<Inf_per_a> implements VdmEntitySet
BR Previous Period Information

Original entity name from the Odata EDM: inf_per_aType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setPer_ref(@Nullable String per_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Parameters:
      per_ref - Bookkeeping reference period
    • setLuc_liq

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

      Original property name from the Odata EDM: luc_liq

      Parameters:
      luc_liq - Net Profit from Cost Computation Period
    • setDt_luc_liq

      public void setDt_luc_liq(@Nullable String dt_luc_liq)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_luc_liq

      Parameters:
      dt_luc_liq - End Date of Period for Net Profit
    • setRec_brut_ant

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

      Original property name from the Odata EDM: rec_brut_ant

      Parameters:
      rec_brut_ant - Gross revenue from previous period
    • setIntimacao

      public void setIntimacao(@Nullable String intimacao)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: intimacao

      Parameters:
      intimacao - RFB Summons
    • setInt_atraso

      public void setInt_atraso(@Nullable String int_atraso)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: int_atraso

      Parameters:
      int_atraso - Delayed Declaration After RFD Summons
    • 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<Inf_per_a>
    • getKey

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

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

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

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

      @Nonnull public static Inf_per_a.Inf_per_aBuilder 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
    • getPer_ref

      @Nullable public String getPer_ref()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Returns:
      Bookkeeping reference period
    • getLuc_liq

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

      Original property name from the Odata EDM: luc_liq

      Returns:
      Net Profit from Cost Computation Period
    • getDt_luc_liq

      @Nullable public String getDt_luc_liq()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_luc_liq

      Returns:
      End Date of Period for Net Profit
    • getRec_brut_ant

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

      Original property name from the Odata EDM: rec_brut_ant

      Returns:
      Gross revenue from previous period
    • getIntimacao

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

      Original property name from the Odata EDM: intimacao

      Returns:
      RFB Summons
    • getInt_atraso

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

      Original property name from the Odata EDM: int_atraso

      Returns:
      Delayed Declaration After RFD Summons
    • 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<Inf_per_a>
    • equals

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

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

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

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