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:
java.io.Serializable
public class BackofficeObjectSpecialCollectionModel extends ItemModel
Generated model class for type BackofficeObjectSpecialCollection first defined at extension backoffice.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_USER2BACKOFFICEOBJECTCOLLECTIONRELATIONGenerated relation code constant for relationUser2BackofficeObjectCollectionRelationdefining source attributeuserin extensionbackoffice.static java.lang.StringCOLLECTIONTYPEGenerated constant - Attribute key ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.static java.lang.StringELEMENTSGenerated constant - Attribute key ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.static java.lang.StringUSERGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description BackofficeObjectSpecialCollectionModel()Generated 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 parametersBackofficeObjectSpecialCollectionModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackofficeSpecialCollectionTypegetCollectionType()Generated method - Getter of theBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.java.util.List<BackofficeObjectCollectionItemReferenceModel>getElements()Generated method - Getter of theBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.UserModelgetUser()Generated method - Getter of theBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.voidsetCollectionType(BackofficeSpecialCollectionType value)Generated method - Setter ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.voidsetElements(java.util.List<BackofficeObjectCollectionItemReferenceModel> value)Generated method - Setter ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.voidsetUser(UserModel value)Generated 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, setOwner
-
Methods 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 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 relationUser2BackofficeObjectCollectionRelationdefining source attributeuserin extensionbackoffice.- See Also:
- Constant Field Values
-
COLLECTIONTYPE
public static final java.lang.String COLLECTIONTYPE
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.collectionTypeattribute defined at extensionbackoffice.- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.- See Also:
- Constant Field Values
-
ELEMENTS
public static final java.lang.String ELEMENTS
Generated constant - Attribute key ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.- 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 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 Detail
-
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 java.util.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
@Accessor(qualifier="user", type=GETTER) public UserModel 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(java.util.List<BackofficeObjectCollectionItemReferenceModel> value)
Generated method - Setter ofBackofficeObjectSpecialCollection.elementsattribute defined at extensionbackoffice.- Parameters:
value- the elements
-
-