Class 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(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