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

public class Contr_i_e extends VdmEntity<Contr_i_e> implements VdmEntitySet
BR Import Export Contracting

Original entity name from the Odata EDM: contr_i_eType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: tp_oper

      Parameters:
      tp_oper - Operation Type
    • 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
    • setNum_ord

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

      Original property name from the Odata EDM: num_ord

      Parameters:
      num_ord - Number of Order
    • setNome

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

      Original property name from the Odata EDM: nome

      Parameters:
      nome - Name
    • setPais

      public void setPais(@Nullable String pais)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Country/Region
    • setVl_oper

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

      Original property name from the Odata EDM: vl_oper

      Parameters:
      vl_oper - Operation Value/Item
    • setCond_pes

      public void setCond_pes(@Nullable String cond_pes)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cond_pes

      Parameters:
      cond_pes - Involved Person Condition
    • 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<Contr_i_e>
    • getKey

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

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

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

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

      @Nonnull public static Contr_i_e.Contr_i_eBuilder 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
    • getTp_oper

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

      Original property name from the Odata EDM: tp_oper

      Returns:
      Operation Type
    • 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
    • getNum_ord

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

      Original property name from the Odata EDM: num_ord

      Returns:
      Number of Order
    • getNome

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

      Original property name from the Odata EDM: nome

      Returns:
      Name
    • getPais

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

      Original property name from the Odata EDM: pais

      Returns:
      Country/Region
    • getVl_oper

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

      Original property name from the Odata EDM: vl_oper

      Returns:
      Operation Value/Item
    • getCond_pes

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

      Original property name from the Odata EDM: cond_pes

      Returns:
      Involved Person Condition
    • 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<Contr_i_e>
    • equals

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

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

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

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