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

public class Cagl_cpl extends VdmEntity<Cagl_cpl> implements VdmEntitySet
BR Agglutination Account Info

Original entity name from the Odata EDM: cagl_cplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEstr_balanco(@Nullable String estr_balanco)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: estr_balanco

      Parameters:
      estr_balanco - Financial Statement Version
    • setCod_agl

      public void setCod_agl(@Nullable String cod_agl)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl

      Parameters:
      cod_agl - Agglutination Account Code
    • setNotas_exp_ref

      public void setNotas_exp_ref(@Nullable String notas_exp_ref)
      Constraints: Not nullable

      Original property name from the Odata EDM: notas_exp_ref

      Parameters:
      notas_exp_ref - Accounting Statement Notes
    • 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<Cagl_cpl>
    • getKey

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

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

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

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

      @Nonnull public static Cagl_cpl.Cagl_cplBuilder 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
    • getEstr_balanco

      @Nullable public String getEstr_balanco()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: estr_balanco

      Returns:
      Financial Statement Version
    • getCod_agl

      @Nullable public String getCod_agl()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl

      Returns:
      Agglutination Account Code
    • getNotas_exp_ref

      @Nullable public String getNotas_exp_ref()
      Constraints: Not nullable

      Original property name from the Odata EDM: notas_exp_ref

      Returns:
      Accounting Statement Notes
    • 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<Cagl_cpl>
    • equals

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

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

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

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