Package de.hybris.platform.catalog.model
Class CatalogUnawareMediaModel
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.catalog.model.CatalogUnawareMediaModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuditReportDataModel,DroolsKIEModuleMediaModel,IntegrationApiMediaModel
Generated model class for type CatalogUnawareMedia first defined at extension catalog.
- 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 relationBmPartyBill2CatalogUnawareMediaRelationdefining source attributepartyBillin extensionbillmanagementservices.static final StringGenerated relation code constant for relationTuaPartyBill2CatalogUnawareMediaRelationdefining source attributetuaPartyBillin extensiontuadatamodel.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.static final StringGenerated constant - Attribute key ofCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.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.CatalogUnawareMediaModel(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 parametersCatalogUnawareMediaModel(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 parametersCatalogUnawareMediaModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.Generated method - Getter of theCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.voidsetPartyBill(BmPartyBillModel value) Generated method - Setter ofCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.voidsetTuaPartyBill(TuaPartyBillModel value) Generated method - Setter ofCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.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:
-
_TUAPARTYBILL2CATALOGUNAWAREMEDIARELATION
Generated relation code constant for relationTuaPartyBill2CatalogUnawareMediaRelationdefining source attributetuaPartyBillin extensiontuadatamodel.- See Also:
-
_BMPARTYBILL2CATALOGUNAWAREMEDIARELATION
Generated relation code constant for relationBmPartyBill2CatalogUnawareMediaRelationdefining source attributepartyBillin extensionbillmanagementservices.- See Also:
-
TUAPARTYBILL
Generated constant - Attribute key ofCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.- See Also:
-
PARTYBILL
Generated constant - Attribute key ofCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.- See Also:
-
-
Constructor Details
-
CatalogUnawareMediaModel
public CatalogUnawareMediaModel()Generated constructor - Default constructor for generic creation. -
CatalogUnawareMediaModel
public CatalogUnawareMediaModel(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
-
CatalogUnawareMediaModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogUnawareMediaModel(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:
_catalogVersion- initial attribute declared by typeCatalogUnawareMediaat extensioncatalog_code- initial attribute declared by typeMediaat extensioncore
-
CatalogUnawareMediaModel
@Deprecated(since="4.1.1", forRemoval=true) public CatalogUnawareMediaModel(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:
_catalogVersion- initial attribute declared by typeCatalogUnawareMediaat extensioncatalog_code- initial attribute declared by typeMediaat extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getPartyBill
Generated method - Getter of theCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.- Returns:
- the partyBill - The Party Bill for which those attachments are defined.
-
getTuaPartyBill
Generated method - Getter of theCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.- Returns:
- the tuaPartyBill - The Party Bill for which those attachments are defined.
-
setPartyBill
Generated method - Setter ofCatalogUnawareMedia.partyBillattribute defined at extensionbillmanagementservices.- Parameters:
value- the partyBill - The Party Bill for which those attachments are defined.
-
setTuaPartyBill
@Accessor(qualifier="tuaPartyBill", type=SETTER) public void setTuaPartyBill(TuaPartyBillModel value) Generated method - Setter ofCatalogUnawareMedia.tuaPartyBillattribute defined at extensiontuadatamodel.- Parameters:
value- the tuaPartyBill - The Party Bill for which those attachments are defined.
-