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

public class Checklist extends VdmEntity<Checklist> implements VdmEntitySet
BR SPED Checklist Answers

Original entity name from the Odata EDM: checklistType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: checklist

      Parameters:
      checklist - Checklist Item ID
    • setVig_de

      public void setVig_de(@Nullable LocalDate vig_de)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setOrgstr_key

      public void setOrgstr_key(@Nullable String orgstr_key)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: orgstr_key

      Parameters:
      orgstr_key - Organizational Structure Key
    • setCnpj_root

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

      Original property name from the Odata EDM: cnpj_root

      Parameters:
      cnpj_root - CNPJ Root
    • setIe

      public void setIe(@Nullable String ie)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ie

      Parameters:
      ie - State Tax Number
    • setCentral_efd

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

      Original property name from the Odata EDM: central_efd

      Parameters:
      central_efd - Central EFD
    • setVig_ate

      public void setVig_ate(@Nullable LocalDate vig_ate)
      Constraints: Nullable

      Original property name from the Odata EDM: vig_ate

      Parameters:
      vig_ate - Valid To
    • setAnswer

      public void setAnswer(@Nullable String answer)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: answer

      Parameters:
      answer - Checklist Answer
    • setNote

      public void setNote(@Nullable String note)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: note

      Parameters:
      note - Checklist Comment
    • setUserid

      public void setUserid(@Nullable String userid)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: userid

      Parameters:
      userid - Run Changed By
    • setUdate

      public void setUdate(@Nullable LocalDate udate)
      Constraints: Nullable

      Original property name from the Odata EDM: udate

      Parameters:
      udate - Date
    • setUzeit

      public void setUzeit(@Nullable LocalTime uzeit)
      Constraints: Not nullable

      Original property name from the Odata EDM: uzeit

      Parameters:
      uzeit - Time
    • 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<Checklist>
    • getKey

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

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

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

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

      @Nonnull public static Checklist.ChecklistBuilder 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
    • getChecklist

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

      Original property name from the Odata EDM: checklist

      Returns:
      Checklist Item ID
    • getVig_de

      @Nullable public LocalDate getVig_de()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getOrgstr_key

      @Nullable public String getOrgstr_key()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: orgstr_key

      Returns:
      Organizational Structure Key
    • getCnpj_root

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

      Original property name from the Odata EDM: cnpj_root

      Returns:
      CNPJ Root
    • getIe

      @Nullable public String getIe()
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: ie

      Returns:
      State Tax Number
    • getCentral_efd

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

      Original property name from the Odata EDM: central_efd

      Returns:
      Central EFD
    • getVig_ate

      @Nullable public LocalDate getVig_ate()
      Constraints: Nullable

      Original property name from the Odata EDM: vig_ate

      Returns:
      Valid To
    • getAnswer

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

      Original property name from the Odata EDM: answer

      Returns:
      Checklist Answer
    • getNote

      @Nullable public String getNote()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: note

      Returns:
      Checklist Comment
    • getUserid

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

      Original property name from the Odata EDM: userid

      Returns:
      Run Changed By
    • getUdate

      @Nullable public LocalDate getUdate()
      Constraints: Nullable

      Original property name from the Odata EDM: udate

      Returns:
      Date
    • getUzeit

      @Nullable public LocalTime getUzeit()
      Constraints: Not nullable

      Original property name from the Odata EDM: uzeit

      Returns:
      Time
    • 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<Checklist>
    • equals

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

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

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

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