Package com.hybris.backoffice.model
Class BackofficeObjectCollectionItemReferenceModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.backoffice.model.BackofficeObjectCollectionItemReferenceModel
- All Implemented Interfaces:
Serializable
Generated model class for type BackofficeObjectCollectionItemReference first defined at extension backoffice.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationBackofficeCollection2ElementRelationdefining source attributecollectionPkin extensionbackoffice.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.static final StringGenerated constant - Attribute key ofBackofficeObjectCollectionItemReference.productattribute 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.BackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ItemModel _owner, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeObjectCollectionItemReferenceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.Generated method - Getter of theBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.voidGenerated method - Setter ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.voidsetProduct(ProductModel value) Generated method - Setter ofBackofficeObjectCollectionItemReference.productattribute 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:
-
_BACKOFFICECOLLECTION2ELEMENTRELATION
Generated relation code constant for relationBackofficeCollection2ElementRelationdefining source attributecollectionPkin extensionbackoffice.- See Also:
-
PRODUCT
Generated constant - Attribute key ofBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.- See Also:
-
COLLECTIONPK
Generated constant - Attribute key ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.- See Also:
-
-
Constructor Details
-
BackofficeObjectCollectionItemReferenceModel
public BackofficeObjectCollectionItemReferenceModel()Generated constructor - Default constructor for generic creation. -
BackofficeObjectCollectionItemReferenceModel
public BackofficeObjectCollectionItemReferenceModel(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
-
BackofficeObjectCollectionItemReferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public BackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ProductModel _product) 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:
_collectionPk- initial attribute declared by typeBackofficeObjectCollectionItemReferenceat extensionbackoffice_product- initial attribute declared by typeBackofficeObjectCollectionItemReferenceat extensionbackoffice
-
BackofficeObjectCollectionItemReferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public BackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ItemModel _owner, ProductModel _product) 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:
_collectionPk- initial attribute declared by typeBackofficeObjectCollectionItemReferenceat extensionbackoffice_owner- initial attribute declared by typeItemat extensioncore_product- initial attribute declared by typeBackofficeObjectCollectionItemReferenceat extensionbackoffice
-
-
Method Details
-
getCollectionPk
@Accessor(qualifier="collectionPk", type=GETTER) public BackofficeObjectSpecialCollectionModel getCollectionPk()Generated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.- Returns:
- the collectionPk
-
getProduct
Generated method - Getter of theBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.- Returns:
- the product
-
setCollectionPk
@Accessor(qualifier="collectionPk", type=SETTER) public void setCollectionPk(BackofficeObjectSpecialCollectionModel value) Generated method - Setter ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.- Parameters:
value- the collectionPk
-
setProduct
Generated method - Setter ofBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.- Parameters:
value- the product
-