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

public class Sub_corr extends VdmEntity<Sub_corr> implements VdmEntitySet
BR Correlated Sub Accounts

Original entity name from the Odata EDM: sub_corrType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_cta(@Nullable String cod_cta)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - Account Code (Chart)
    • setCod_idt

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

      Original property name from the Odata EDM: cod_idt

      Parameters:
      cod_idt - Identification Code Account Sub-Group
    • setCod_cnt_corr

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

      Original property name from the Odata EDM: cod_cnt_corr

      Parameters:
      cod_cnt_corr - Account number correlates
    • 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 - Initial date of computation referred
    • setVig_ate

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

      Original property name from the Odata EDM: vig_ate

      Parameters:
      vig_ate - Final date of computation referred
    • setNat_sub_cnt

      public void setNat_sub_cnt(@Nullable String nat_sub_cnt)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: nat_sub_cnt

      Parameters:
      nat_sub_cnt - Nature of Correlated Subaccount
    • 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<Sub_corr>
    • getKey

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

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

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

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

      @Nonnull public static Sub_corr.Sub_corrBuilder 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
    • getCod_cta

      @Nullable public String getCod_cta()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Returns:
      Account Code (Chart)
    • getCod_idt

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

      Original property name from the Odata EDM: cod_idt

      Returns:
      Identification Code Account Sub-Group
    • getCod_cnt_corr

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

      Original property name from the Odata EDM: cod_cnt_corr

      Returns:
      Account number correlates
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Initial date of computation referred
    • getVig_ate

      @Nullable public LocalDate getVig_ate()
      Constraints: Nullable

      Original property name from the Odata EDM: vig_ate

      Returns:
      Final date of computation referred
    • getNat_sub_cnt

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

      Original property name from the Odata EDM: nat_sub_cnt

      Returns:
      Nature of Correlated Subaccount
    • 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<Sub_corr>
    • equals

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

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

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

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