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:
java.io.Serializable
public class BackofficeObjectCollectionItemReferenceModel extends ItemModel
Generated model class for type BackofficeObjectCollectionItemReference 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_BACKOFFICECOLLECTION2ELEMENTRELATIONGenerated relation code constant for relationBackofficeCollection2ElementRelationdefining source attributecollectionPkin extensionbackoffice.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCOLLECTIONPKGenerated constant - Attribute key ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.static java.lang.StringPRODUCTGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description BackofficeObjectCollectionItemReferenceModel()Generated 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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackofficeObjectSpecialCollectionModelgetCollectionPk()Generated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.ProductModelgetProduct()Generated method - Getter of theBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.voidsetCollectionPk(BackofficeObjectSpecialCollectionModel value)Generated 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, 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
-
_BACKOFFICECOLLECTION2ELEMENTRELATION
public static final java.lang.String _BACKOFFICECOLLECTION2ELEMENTRELATION
Generated relation code constant for relationBackofficeCollection2ElementRelationdefining source attributecollectionPkin extensionbackoffice.- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Generated constant - Attribute key ofBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.- See Also:
- Constant Field Values
-
COLLECTIONPK
public static final java.lang.String COLLECTIONPK
Generated constant - Attribute key ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BackofficeObjectCollectionItemReferenceModel
public BackofficeObjectCollectionItemReferenceModel()
Generated constructor - Default constructor for generic creation.
-
BackofficeObjectCollectionItemReferenceModel
public BackofficeObjectCollectionItemReferenceModel(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 Detail
-
getCollectionPk
@Accessor(qualifier="collectionPk", type=GETTER) public BackofficeObjectSpecialCollectionModel getCollectionPk()
Generated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.- Returns:
- the collectionPk
-
getProduct
@Accessor(qualifier="product", type=GETTER) public ProductModel 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
@Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
Generated method - Setter ofBackofficeObjectCollectionItemReference.productattribute defined at extensionbackoffice.- Parameters:
value- the product
-
-