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

public class P_admju_s extends VdmEntity<P_admju_s> implements VdmEntitySet
BR Adm Jud Proc Tax Suspension

Original entity name from the Odata EDM: p_admju_sType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setTp_proc(@Nullable String tp_proc)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tp_proc

      Parameters:
      tp_proc - Process Type
    • setNr_proc

      public void setNr_proc(@Nullable String nr_proc)
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: nr_proc

      Parameters:
      nr_proc - Administrative Procedure/Lawsuit Number
    • setCod_susp

      public void setCod_susp(@Nullable String cod_susp)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cod_susp

      Parameters:
      cod_susp - Suspension Indicator Code
    • setIni_valid

      public void setIni_valid(@Nullable String ini_valid)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ini_valid

      Parameters:
      ini_valid - The ini_valid to set.
    • setFim_valid

      public void setFim_valid(@Nullable String fim_valid)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: fim_valid

      Parameters:
      fim_valid - The fim_valid to set.
    • setInd_susp

      public void setInd_susp(@Nullable String ind_susp)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_susp

      Parameters:
      ind_susp - Liability Suspension Indicator
    • setDt_decisao

      public void setDt_decisao(@Nullable LocalDate dt_decisao)
      Constraints: Nullable

      Original property name from the Odata EDM: dt_decisao

      Parameters:
      dt_decisao - Decision Date
    • setInd_deposito

      public void setInd_deposito(@Nullable String ind_deposito)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_deposito

      Parameters:
      ind_deposito - Full Amount Deposit Indicator
    • 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<P_admju_s>
    • getKey

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

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

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

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

      @Nonnull public static P_admju_s.P_admju_sBuilder 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
    • getTp_proc

      @Nullable public String getTp_proc()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tp_proc

      Returns:
      Process Type
    • getNr_proc

      @Nullable public String getNr_proc()
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: nr_proc

      Returns:
      Administrative Procedure/Lawsuit Number
    • getCod_susp

      @Nullable public String getCod_susp()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cod_susp

      Returns:
      Suspension Indicator Code
    • getIni_valid

      @Nullable public String getIni_valid()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ini_valid

      Returns:
      The ini_valid contained in this VdmEntity.
    • getFim_valid

      @Nullable public String getFim_valid()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: fim_valid

      Returns:
      The fim_valid contained in this VdmEntity.
    • getInd_susp

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

      Original property name from the Odata EDM: ind_susp

      Returns:
      Liability Suspension Indicator
    • getDt_decisao

      @Nullable public LocalDate getDt_decisao()
      Constraints: Nullable

      Original property name from the Odata EDM: dt_decisao

      Returns:
      Decision Date
    • getInd_deposito

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

      Original property name from the Odata EDM: ind_deposito

      Returns:
      Full Amount Deposit Indicator
    • 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<P_admju_s>
    • equals

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

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

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

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