Class AccountSummaryAccountStatusComponentModel

All Implemented Interfaces:
Serializable

public class AccountSummaryAccountStatusComponentModel extends SimpleCMSComponentModel
Generated model class for type AccountSummaryAccountStatusComponent first defined at extension accountsummaryaddon.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • LISTVIEWPAGESIZE

      public static final String LISTVIEWPAGESIZE
      Generated constant - Attribute key of AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
      See Also:
    • GRIDVIEWPAGESIZE

      public static final String GRIDVIEWPAGESIZE
      Generated constant - Attribute key of AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
      See Also:
  • Constructor Details

    • AccountSummaryAccountStatusComponentModel

      public AccountSummaryAccountStatusComponentModel()
      Generated constructor - Default constructor for generic creation.
    • AccountSummaryAccountStatusComponentModel

      public AccountSummaryAccountStatusComponentModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • AccountSummaryAccountStatusComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public AccountSummaryAccountStatusComponentModel(CatalogVersionModel _catalogVersion, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _uid - initial attribute declared by type CMSItem at extension cms2
    • AccountSummaryAccountStatusComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public AccountSummaryAccountStatusComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2
  • Method Details

    • getGridViewPageSize

      @Accessor(qualifier="gridViewPageSize", type=GETTER) public Integer getGridViewPageSize()
      Generated method - Getter of the AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
      Returns:
      the gridViewPageSize - code
    • getListViewPageSize

      @Accessor(qualifier="listViewPageSize", type=GETTER) public Integer getListViewPageSize()
      Generated method - Getter of the AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
      Returns:
      the listViewPageSize - code
    • setGridViewPageSize

      @Accessor(qualifier="gridViewPageSize", type=SETTER) public void setGridViewPageSize(Integer value)
      Generated method - Setter of AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
      Parameters:
      value - the gridViewPageSize - code
    • setListViewPageSize

      @Accessor(qualifier="listViewPageSize", type=SETTER) public void setListViewPageSize(Integer value)
      Generated method - Setter of AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
      Parameters:
      value - the listViewPageSize - code