Class BackofficeObjectSpecialCollectionModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _USER2BACKOFFICEOBJECTCOLLECTIONRELATION

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

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

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

        public static final java.lang.String ELEMENTS
        Generated constant - Attribute key of BackofficeObjectSpecialCollection.elements attribute defined at extension backoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeObjectSpecialCollectionModel

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

        public BackofficeObjectSpecialCollectionModel​(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 Detail

      • getElements

        @Accessor(qualifier="elements",
                  type=GETTER)
        public java.util.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
      • 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