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

public class Canc_doc extends VdmEntity<Canc_doc> implements VdmEntitySet
BR Canceled Fiscal Document

Original entity name from the Odata EDM: canc_docType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNum_doc_ini_1700(@Nullable String num_doc_ini_1700)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_ini_1700

      Parameters:
      num_doc_ini_1700 - Initial Number of Authorized Device
    • setNum_doc_fin_1700

      public void setNum_doc_fin_1700(@Nullable String num_doc_fin_1700)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_fin_1700

      Parameters:
      num_doc_fin_1700 - 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
    • 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<Canc_doc>
    • getKey

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

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

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

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

      @Nonnull public static Canc_doc.Canc_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
    • getNum_doc_ini_1700

      @Nullable public String getNum_doc_ini_1700()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_ini_1700

      Returns:
      Initial Number of Authorized Device
    • getNum_doc_fin_1700

      @Nullable public String getNum_doc_fin_1700()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: num_doc_fin_1700

      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
    • 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<Canc_doc>
    • equals

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

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

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

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