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

public class BackofficeObjectCollectionItemReferenceModel extends ItemModel
Generated model class for type BackofficeObjectCollectionItemReference first defined at extension backoffice.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _BACKOFFICECOLLECTION2ELEMENTRELATION

      public static final String _BACKOFFICECOLLECTION2ELEMENTRELATION
      Generated relation code constant for relation BackofficeCollection2ElementRelation defining source attribute collectionPk in extension backoffice.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Generated constant - Attribute key of BackofficeObjectCollectionItemReference.product attribute defined at extension backoffice.
      See Also:
    • COLLECTIONPK

      public static final String COLLECTIONPK
      Generated constant - Attribute key of BackofficeObjectCollectionItemReference.collectionPk attribute defined at extension backoffice.
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _collectionPk - initial attribute declared by type BackofficeObjectCollectionItemReference at extension backoffice
      _product - initial attribute declared by type BackofficeObjectCollectionItemReference at extension backoffice
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _collectionPk - initial attribute declared by type BackofficeObjectCollectionItemReference at extension backoffice
      _owner - initial attribute declared by type Item at extension core
      _product - initial attribute declared by type BackofficeObjectCollectionItemReference at extension backoffice
  • Method Details

    • getCollectionPk

      @Accessor(qualifier="collectionPk", type=GETTER) public BackofficeObjectSpecialCollectionModel getCollectionPk()
      Generated method - Getter of the BackofficeObjectCollectionItemReference.collectionPk attribute defined at extension backoffice.
      Returns:
      the collectionPk
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
      Generated method - Getter of the BackofficeObjectCollectionItemReference.product attribute defined at extension backoffice.
      Returns:
      the product
    • setCollectionPk

      @Accessor(qualifier="collectionPk", type=SETTER) public void setCollectionPk(BackofficeObjectSpecialCollectionModel value)
      Generated method - Setter of BackofficeObjectCollectionItemReference.collectionPk attribute defined at extension backoffice.
      Parameters:
      value - the collectionPk
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
      Generated method - Setter of BackofficeObjectCollectionItemReference.product attribute defined at extension backoffice.
      Parameters:
      value - the product