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

public class Util_doc extends VdmEntity<Util_doc> implements VdmEntitySet
BR Utilized Fiscal Documents

Original entity name from the Odata EDM: util_docType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNum_doc_ini(@Nullable String num_doc_ini)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_ini

      Parameters:
      num_doc_ini - Initial Number of Authorized Device
    • setNum_doc_fin

      public void setNum_doc_fin(@Nullable String num_doc_fin)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_fin

      Parameters:
      num_doc_fin - Final Number of Authorized Device
    • setRep_dat

      public void setRep_dat(@Nullable String rep_dat)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: rep_dat

      Parameters:
      rep_dat - Reporting Date
    • setCod_disp

      public void setCod_disp(@Nullable String cod_disp)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_disp

      Parameters:
      cod_disp - Authorized Device Code
    • setCod_mod

      public void setCod_mod(@Nullable String cod_mod)
      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)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ser

      Parameters:
      ser - Tax document series
    • setSub

      public void setSub(@Nullable String sub)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: sub

      Parameters:
      sub - Fiscal Document Subseries Number
    • setNum_aut

      public void setNum_aut(@Nullable String num_aut)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: num_aut

      Parameters:
      num_aut - Authorization Number
    • 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<Util_doc>
    • getKey

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

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

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

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

      @Nonnull public static Util_doc.Util_docBuilder 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
    • getNum_doc_ini

      @Nullable public String getNum_doc_ini()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_ini

      Returns:
      Initial Number of Authorized Device
    • getNum_doc_fin

      @Nullable public String getNum_doc_fin()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_fin

      Returns:
      Final Number of Authorized Device
    • getRep_dat

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

      Original property name from the Odata EDM: rep_dat

      Returns:
      Reporting Date
    • getCod_disp

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

      Original property name from the Odata EDM: cod_disp

      Returns:
      Authorized Device Code
    • getCod_mod

      @Nullable public String getCod_mod()
      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()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ser

      Returns:
      Tax document series
    • getSub

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

      Original property name from the Odata EDM: sub

      Returns:
      Fiscal Document Subseries Number
    • getNum_aut

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

      Original property name from the Odata EDM: num_aut

      Returns:
      Authorization Number
    • 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<Util_doc>
    • equals

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

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

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

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