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

public class Prod_cpl extends VdmEntity<Prod_cpl> implements VdmEntitySet
BR Production Order

Original entity name from the Odata EDM: prod_cplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cod_doc_op

      Parameters:
      cod_doc_op - Production Order Identification Code
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - Item Code for Production Order
    • setDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Parameters:
      dt_saida - The dt_saida to set.
    • setCod_item_lin

      public void setCod_item_lin(@Nullable String cod_item_lin)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item_lin

      Parameters:
      cod_item_lin - Consumption Item Code
    • setCod_ins_subst

      public void setCod_ins_subst(@Nullable String cod_ins_subst)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ins_subst

      Parameters:
      cod_ins_subst - Substituted Component Code
    • 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<Prod_cpl>
    • getKey

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

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

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

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

      @Nonnull public static Prod_cpl.Prod_cplBuilder 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
    • getCod_doc_op

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

      Original property name from the Odata EDM: cod_doc_op

      Returns:
      Production Order Identification Code
    • getCod_item

      @Nullable public String getCod_item()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      Item Code for Production Order
    • getDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Returns:
      The dt_saida contained in this VdmEntity.
    • getCod_item_lin

      @Nullable public String getCod_item_lin()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item_lin

      Returns:
      Consumption Item Code
    • getCod_ins_subst

      @Nullable public String getCod_ins_subst()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ins_subst

      Returns:
      Substituted Component Code
    • 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<Prod_cpl>
    • equals

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

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

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

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