Package com.hybris.backoffice.model
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
Generated model class for type BackofficeObjectSpecialCollection first defined at extension backoffice.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationUser2BackofficeObjectCollectionRelationdefining source attributeuserin extensionbackoffice.static final StringGenerated constant - Attribute key ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.static final StringGenerated constant - Attribute key ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.static final StringGenerated constant - Attribute key ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.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 parametersBackofficeObjectSpecialCollectionModel(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 parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.Generated method - Getter of theBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.getUser()Generated method - Getter of theBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.voidGenerated method - Setter ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.voidGenerated method - Setter ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.voidGenerated method - Setter ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_USER2BACKOFFICEOBJECTCOLLECTIONRELATION
Generated relation code constant for relationUser2BackofficeObjectCollectionRelationdefining source attributeuserin extensionbackoffice.- See Also:
-
COLLECTIONTYPE
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.- See Also:
-
USER
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.- See Also:
-
ELEMENTS
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.- See Also:
-
-
Constructor Details
-
BackofficeObjectSpecialCollectionModel
public BackofficeObjectSpecialCollectionModel()Generated constructor - Default constructor for generic creation. -
BackofficeObjectSpecialCollectionModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_collectionType- initial attribute declared by typeBackofficeObjectSpecialCollectionat extensionbackoffice_user- initial attribute declared by typeBackofficeObjectSpecialCollectionat extensionbackoffice
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_collectionType- initial attribute declared by typeBackofficeObjectSpecialCollectionat extensionbackoffice_owner- initial attribute declared by typeItemat extensioncore_user- initial attribute declared by typeBackofficeObjectSpecialCollectionat extensionbackoffice
-
-
Method Details
-
getCollectionType
@Accessor(qualifier="collectionType", type=GETTER) public BackofficeSpecialCollectionType getCollectionType()Generated method - Getter of theBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.- Returns:
- the collectionType
-
getElements
@Accessor(qualifier="elements", type=GETTER) public List<BackofficeObjectCollectionItemReferenceModel> getElements()Generated method - Getter of theBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the elements
-
getUser
Generated method - Getter of theBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.- Returns:
- the user
-
setCollectionType
@Accessor(qualifier="collectionType", type=SETTER) public void setCollectionType(BackofficeSpecialCollectionType value) Generated method - Setter ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.- Parameters:
value- the collectionType
-
setElements
@Accessor(qualifier="elements", type=SETTER) public void setElements(List<BackofficeObjectCollectionItemReferenceModel> value) Generated method - Setter ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.- Parameters:
value- the elements
-
setUser
Generated method - Setter ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.- Parameters:
value- the user
-