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

public class Iden_proc extends VdmEntity<Iden_proc> implements VdmEntitySet
BR Legal and Adm Proceedings

Original entity name from the Odata EDM: iden_procType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setPer_apur

      public void setPer_apur(@Nullable String per_apur)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: per_apur

      Parameters:
      per_apur - Nature of credit deferred, attached to revenue taxed
    • setCod_cta_b

      public void setCod_cta_b(@Nullable String cod_cta_b)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_b

      Parameters:
      cod_cta_b - Part B Account Code
    • setInd_val_lan_lalb_pb

      public void setInd_val_lan_lalb_pb(@Nullable String ind_val_lan_lalb_pb)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_val_lan_lalb_pb

      Parameters:
      ind_val_lan_lalb_pb - Posting Indicator
    • setCod_cta_b_ctp

      public void setCod_cta_b_ctp(@Nullable String cod_cta_b_ctp)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_b_ctp

      Parameters:
      cod_cta_b_ctp - Counterpart Account Code
    • setInd_proc

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

      Original property name from the Odata EDM: ind_proc

      Parameters:
      ind_proc - Process Type
    • 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
    • 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<Iden_proc>
    • getKey

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

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

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

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

      @Nonnull public static Iden_proc.Iden_procBuilder 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
    • getDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getPer_apur

      @Nullable public String getPer_apur()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: per_apur

      Returns:
      Nature of credit deferred, attached to revenue taxed
    • getCod_cta_b

      @Nullable public String getCod_cta_b()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_b

      Returns:
      Part B Account Code
    • getInd_val_lan_lalb_pb

      @Nullable public String getInd_val_lan_lalb_pb()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_val_lan_lalb_pb

      Returns:
      Posting Indicator
    • getCod_cta_b_ctp

      @Nullable public String getCod_cta_b_ctp()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_b_ctp

      Returns:
      Counterpart Account Code
    • getInd_proc

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

      Original property name from the Odata EDM: ind_proc

      Returns:
      Process Type
    • 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
    • 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<Iden_proc>
    • equals

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

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

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

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