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

public class Inf_val_d extends VdmEntity<Inf_val_d> implements VdmEntitySet
BR Sub Declared Vl Calc

Original entity name from the Odata EDM: inf_val_dType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • setCod_inf_adic

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

      Original property name from the Odata EDM: cod_inf_adic

      Parameters:
      cod_inf_adic - Aditional Information Code
    • setDt_reg

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

      Original property name from the Odata EDM: dt_reg

      Parameters:
      dt_reg - Register Date
    • setDescr_compl_aj

      public void setDescr_compl_aj(@Nullable String descr_compl_aj)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_aj

      Parameters:
      descr_compl_aj - Description
    • setNum_seq

      public void setNum_seq(@Nullable String num_seq)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Parameters:
      num_seq - Sequencial Number
    • setVl_inf_adic

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

      Original property name from the Odata EDM: vl_inf_adic

      Parameters:
      vl_inf_adic - Adicional Information 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<Inf_val_d>
    • getKey

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

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

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

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

      @Nonnull public static Inf_val_d.Inf_val_dBuilder 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
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getCod_inf_adic

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

      Original property name from the Odata EDM: cod_inf_adic

      Returns:
      Aditional Information Code
    • getDt_reg

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

      Original property name from the Odata EDM: dt_reg

      Returns:
      Register Date
    • getDescr_compl_aj

      @Nullable public String getDescr_compl_aj()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_aj

      Returns:
      Description
    • getNum_seq

      @Nullable public String getNum_seq()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Returns:
      Sequencial Number
    • getVl_inf_adic

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

      Original property name from the Odata EDM: vl_inf_adic

      Returns:
      Adicional Information 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<Inf_val_d>
    • equals

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

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

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

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