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

public class Serv_ord extends VdmEntity<Serv_ord> implements VdmEntitySet
BR Info About 115 03 Agreement

Original entity name from the Odata EDM: serv_ordType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_mod(@Nullable String cod_mod)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_mod

      Parameters:
      cod_mod - Code of tax document model
    • setSer

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

      Original property name from the Odata EDM: ser

      Parameters:
      ser - Tax document series
    • setNro_ord_ini

      public void setNro_ord_ini(@Nullable String nro_ord_ini)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nro_ord_ini

      Parameters:
      nro_ord_ini - Initial Order Number
    • setNro_ord_fin

      public void setNro_ord_fin(@Nullable String nro_ord_fin)
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nro_ord_fin

      Parameters:
      nro_ord_fin - Final Order Number
    • setDt_doc_ini

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

      Original property name from the Odata EDM: dt_doc_ini

      Parameters:
      dt_doc_ini - Document Date
    • setDt_doc_fin

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

      Original property name from the Odata EDM: dt_doc_fin

      Parameters:
      dt_doc_fin - Document Date
    • setNom_mest

      public void setNom_mest(@Nullable String nom_mest)
      Constraints: Not nullable, Maximum length: 33

      Original property name from the Odata EDM: nom_mest

      Parameters:
      nom_mest - Name of "Mestre de Documentos" File
    • setChv_cod_dig

      public void setChv_cod_dig(@Nullable String chv_cod_dig)
      Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: chv_cod_dig

      Parameters:
      chv_cod_dig - Key Code for "Mestre de Documentos" File
    • 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<Serv_ord>
    • getKey

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

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

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

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

      @Nonnull public static Serv_ord.Serv_ordBuilder 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_mod

      @Nullable public String getCod_mod()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_mod

      Returns:
      Code of tax document model
    • getSer

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

      Original property name from the Odata EDM: ser

      Returns:
      Tax document series
    • getNro_ord_ini

      @Nullable public String getNro_ord_ini()
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nro_ord_ini

      Returns:
      Initial Order Number
    • getNro_ord_fin

      @Nullable public String getNro_ord_fin()
      (Key Field) Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nro_ord_fin

      Returns:
      Final Order Number
    • getDt_doc_ini

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

      Original property name from the Odata EDM: dt_doc_ini

      Returns:
      Document Date
    • getDt_doc_fin

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

      Original property name from the Odata EDM: dt_doc_fin

      Returns:
      Document Date
    • getNom_mest

      @Nullable public String getNom_mest()
      Constraints: Not nullable, Maximum length: 33

      Original property name from the Odata EDM: nom_mest

      Returns:
      Name of "Mestre de Documentos" File
    • getChv_cod_dig

      @Nullable public String getChv_cod_dig()
      Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: chv_cod_dig

      Returns:
      Key Code for "Mestre de Documentos" File
    • 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<Serv_ord>
    • equals

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

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

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

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