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

public class Serv_pref extends VdmEntity<Serv_pref> implements VdmEntitySet
BR Utility Referenced Process

Original entity name from the Odata EDM: serv_prefType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: num_doc

      Parameters:
      num_doc - Tax document number
    • 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
    • setDt_doc

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

      Original property name from the Odata EDM: dt_doc

      Parameters:
      dt_doc - Document Date
    • setNum_proc

      public void setNum_proc(@Nullable String num_proc)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: num_proc

      Parameters:
      num_proc - Process Number
    • setInd_proc

      public void setInd_proc(@Nullable String ind_proc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc

      Parameters:
      ind_proc - Origin of Process
    • 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_pref>
    • getKey

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

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

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

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

      @Nonnull public static Serv_pref.Serv_prefBuilder 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
    • getNum_doc

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

      Original property name from the Odata EDM: num_doc

      Returns:
      Tax document number
    • 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
    • getDt_doc

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

      Original property name from the Odata EDM: dt_doc

      Returns:
      Document Date
    • getNum_proc

      @Nullable public String getNum_proc()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: num_proc

      Returns:
      Process Number
    • getInd_proc

      @Nullable public String getInd_proc()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc

      Returns:
      Origin of Process
    • 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_pref>
    • equals

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

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

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

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