Class BarcodeMediaModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.media.AbstractMediaModel
de.hybris.platform.core.model.media.MediaModel
de.hybris.platform.deeplink.model.media.BarcodeMediaModel
- All Implemented Interfaces:
Serializable
Generated model class for type BarcodeMedia first defined at extension basecommerce.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofBarcodeMedia.contextItemattribute defined at extensionbasecommerce.static final StringGenerated constant - Attribute key ofBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.Fields inherited from class de.hybris.platform.core.model.media.MediaModel
_CATEGORYMEDIARELATION, _MEDIACONTAINER2MEDIAREL, ALTTEXT, CATALOG, CATALOGVERSION, CODE, DENIEDPRINCIPALS, DERIVEDMEDIAS, DESCRIPTION, DOWNLOADURL, FOLDER, FOREIGNDATAOWNERS, INTERNALURL, MEDIACONTAINER, MEDIAFORMAT, PERMITTEDPRINCIPALS, REMOVABLE, SUBFOLDERPATH, SUPERCATEGORIES, URL, URL2Fields inherited from class de.hybris.platform.core.model.media.AbstractMediaModel
DATAPK, LOCATION, LOCATIONHASH, MIME, REALFILENAME, SIZEFields 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.BarcodeMediaModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextBarcodeMediaModel(String _barcodeText, BarcodeType _barcodeType, CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBarcodeMediaModel(String _barcodeText, BarcodeType _barcodeType, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.Generated method - Getter of theBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.Generated method - Getter of theBarcodeMedia.contextItemattribute defined at extensionbasecommerce.Generated method - Getter of theBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.voidsetBarcodeText(String value) Generated method - Setter ofBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.voidsetBarcodeType(BarcodeType value) Generated method - Setter ofBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.voidsetContextItem(ItemModel value) Generated method - Setter ofBarcodeMedia.contextItemattribute defined at extensionbasecommerce.voidsetDeeplinkUrl(DeeplinkUrlModel value) Generated method - Setter ofBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.Methods inherited from class de.hybris.platform.core.model.media.MediaModel
getAlttext, getAltText, getCatalogVersion, getCode, getDeniedPrincipals, getDerivedMedias, getDescription, getDownloadurl, getDownloadURL, getFolder, getForeignDataOwners, getInternalURL, getMediaContainer, getMediaFormat, getPermittedPrincipals, getRemovable, getSubFolderPath, getSupercategories, getUrl, getURL, getUrl2, getURL2, setAlttext, setAltText, setCatalogVersion, setCode, setDeniedPrincipals, setDerivedMedias, setDescription, setFolder, setInternalURL, setMediaContainer, setMediaFormat, setPermittedPrincipals, setRemovable, setSubFolderPath, setSupercategories, setUrl, setURLMethods inherited from class de.hybris.platform.core.model.media.AbstractMediaModel
getDataPK, getLocation, getLocationHash, getMime, getRealfilename, getRealFileName, getSize, setDataPK, setLocation, setLocationHash, setMime, setRealfilename, setRealFileName, setSizeMethods 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:
-
BARCODETEXT
Generated constant - Attribute key ofBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.- See Also:
-
BARCODETYPE
Generated constant - Attribute key ofBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.- See Also:
-
CONTEXTITEM
Generated constant - Attribute key ofBarcodeMedia.contextItemattribute defined at extensionbasecommerce.- See Also:
-
DEEPLINKURL
Generated constant - Attribute key ofBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.- See Also:
-
-
Constructor Details
-
BarcodeMediaModel
public BarcodeMediaModel()Generated constructor - Default constructor for generic creation. -
BarcodeMediaModel
public BarcodeMediaModel(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
-
BarcodeMediaModel
@Deprecated(since="4.1.1", forRemoval=true) public BarcodeMediaModel(String _barcodeText, BarcodeType _barcodeType, CatalogVersionModel _catalogVersion, String _code) 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:
_barcodeText- initial attribute declared by typeBarcodeMediaat extensionbasecommerce_barcodeType- initial attribute declared by typeBarcodeMediaat extensionbasecommerce_catalogVersion- initial attribute declared by typeMediaat extensioncatalog_code- initial attribute declared by typeMediaat extensioncore
-
BarcodeMediaModel
@Deprecated(since="4.1.1", forRemoval=true) public BarcodeMediaModel(String _barcodeText, BarcodeType _barcodeType, CatalogVersionModel _catalogVersion, String _code, ItemModel _owner) 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:
_barcodeText- initial attribute declared by typeBarcodeMediaat extensionbasecommerce_barcodeType- initial attribute declared by typeBarcodeMediaat extensionbasecommerce_catalogVersion- initial attribute declared by typeMediaat extensioncatalog_code- initial attribute declared by typeMediaat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBarcodeText
Generated method - Getter of theBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.- Returns:
- the barcodeText
-
getBarcodeType
Generated method - Getter of theBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.- Returns:
- the barcodeType
-
getContextItem
Generated method - Getter of theBarcodeMedia.contextItemattribute defined at extensionbasecommerce.- Returns:
- the contextItem
-
getDeeplinkUrl
Generated method - Getter of theBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.- Returns:
- the deeplinkUrl
-
setBarcodeText
Generated method - Setter ofBarcodeMedia.barcodeTextattribute defined at extensionbasecommerce.- Parameters:
value- the barcodeText
-
setBarcodeType
Generated method - Setter ofBarcodeMedia.barcodeTypeattribute defined at extensionbasecommerce.- Parameters:
value- the barcodeType
-
setContextItem
Generated method - Setter ofBarcodeMedia.contextItemattribute defined at extensionbasecommerce.- Parameters:
value- the contextItem
-
setDeeplinkUrl
Generated method - Setter ofBarcodeMedia.deeplinkUrlattribute defined at extensionbasecommerce.- Parameters:
value- the deeplinkUrl
-