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

public class Aj_op_ext extends VdmEntity<Aj_op_ext> implements VdmEntitySet
BR Foreign Market Operation A

Original entity name from the Odata EDM: aj_op_extType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Aj_op_ext> getType()
      Specified by:
      getType in class VdmObject<Aj_op_ext>
    • setId

      public void setId(@Nullable UUID id)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Parameters:
      id - Tables ID
    • setEmpresa

      public void setEmpresa(@Nullable String empresa)
      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)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setTp_oper

      public void setTp_oper(@Nullable String tp_oper)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tp_oper

      Parameters:
      tp_oper - Operation Type
    • setTip_ajust

      public void setTip_ajust(@Nullable String tip_ajust)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tip_ajust

      Parameters:
      tip_ajust - Parameter Price Adjustments
    • setDesc_out_aj

      public void setDesc_out_aj(@Nullable String desc_out_aj)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: desc_out_aj

      Parameters:
      desc_out_aj - Other Adjustment Description
    • setFont_aju

      public void setFont_aju(@Nullable String font_aju)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: font_aju

      Parameters:
      font_aju - Adjustment Source
    • setNum_ord

      public void setNum_ord(@Nullable String num_ord)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: num_ord

      Parameters:
      num_ord - Number of Order
    • setValor

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

      Original property name from the Odata EDM: valor

      Parameters:
      valor - Adjustment 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<Aj_op_ext>
    • getKey

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

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

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

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

      @Nonnull public static Aj_op_ext.Aj_op_extBuilder builder()
    • getId

      @Nullable public UUID getId()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Returns:
      Tables ID
    • getEmpresa

      @Nullable public String getEmpresa()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getTp_oper

      @Nullable public String getTp_oper()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tp_oper

      Returns:
      Operation Type
    • getTip_ajust

      @Nullable public String getTip_ajust()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tip_ajust

      Returns:
      Parameter Price Adjustments
    • getDesc_out_aj

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

      Original property name from the Odata EDM: desc_out_aj

      Returns:
      Other Adjustment Description
    • getFont_aju

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

      Original property name from the Odata EDM: font_aju

      Returns:
      Adjustment Source
    • getNum_ord

      @Nullable public String getNum_ord()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: num_ord

      Returns:
      Number of Order
    • getValor

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

      Original property name from the Odata EDM: valor

      Returns:
      Adjustment 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<Aj_op_ext>
    • equals

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

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

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

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