Class BackofficeObjectSpecialCollectionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.backoffice.model.BackofficeObjectSpecialCollectionModel
All Implemented Interfaces:
Serializable

public class BackofficeObjectSpecialCollectionModel extends ItemModel
Generated model class for type BackofficeObjectSpecialCollection first defined at extension backoffice.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _USER2BACKOFFICEOBJECTCOLLECTIONRELATION
      Generated relation code constant for relation User2BackofficeObjectCollectionRelation defining source attribute user in extension backoffice.
      See Also:
    • COLLECTIONTYPE

      public static final String COLLECTIONTYPE
      Generated constant - Attribute key of BackofficeObjectSpecialCollection.collectionType attribute defined at extension backoffice.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of BackofficeObjectSpecialCollection.user attribute defined at extension backoffice.
      See Also:
    • ELEMENTS

      public static final String ELEMENTS
      Generated constant - Attribute key of BackofficeObjectSpecialCollection.elements attribute defined at extension backoffice.
      See Also:
  • Constructor Details

    • BackofficeObjectSpecialCollectionModel

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

      public BackofficeObjectSpecialCollectionModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • BackofficeObjectSpecialCollectionModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeObjectSpecialCollectionModel(BackofficeSpecialCollectionType _collectionType, UserModel _user)
      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:
      _collectionType - initial attribute declared by type BackofficeObjectSpecialCollection at extension backoffice
      _user - initial attribute declared by type BackofficeObjectSpecialCollection at extension backoffice
    • BackofficeObjectSpecialCollectionModel

      @Deprecated(since="4.1.1", forRemoval=true) public BackofficeObjectSpecialCollectionModel(BackofficeSpecialCollectionType _collectionType, ItemModel _owner, UserModel _user)
      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:
      _collectionType - initial attribute declared by type BackofficeObjectSpecialCollection at extension backoffice
      _owner - initial attribute declared by type Item at extension core
      _user - initial attribute declared by type BackofficeObjectSpecialCollection at extension backoffice
  • Method Details

    • getCollectionType

      @Accessor(qualifier="collectionType", type=GETTER) public BackofficeSpecialCollectionType getCollectionType()
      Generated method - Getter of the BackofficeObjectSpecialCollection.collectionType attribute defined at extension backoffice.
      Returns:
      the collectionType
    • getElements

      @Accessor(qualifier="elements", type=GETTER) public List<BackofficeObjectCollectionItemReferenceModel> getElements()
      Generated method - Getter of the BackofficeObjectSpecialCollection.elements attribute defined at extension backoffice. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the elements
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the BackofficeObjectSpecialCollection.user attribute defined at extension backoffice.
      Returns:
      the user
    • setCollectionType

      @Accessor(qualifier="collectionType", type=SETTER) public void setCollectionType(BackofficeSpecialCollectionType value)
      Generated method - Setter of BackofficeObjectSpecialCollection.collectionType attribute defined at extension backoffice.
      Parameters:
      value - the collectionType
    • setElements

      @Accessor(qualifier="elements", type=SETTER) public void setElements(List<BackofficeObjectCollectionItemReferenceModel> value)
      Generated method - Setter of BackofficeObjectSpecialCollection.elements attribute defined at extension backoffice.
      Parameters:
      value - the elements
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Setter of BackofficeObjectSpecialCollection.user attribute defined at extension backoffice.
      Parameters:
      value - the user