Class CategoryMediaXrefImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.CategoryMediaXrefImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<CategoryMediaXrefImpl>,Media,Wrappable,CategoryMediaXref
@Entity
public class CategoryMediaXrefImpl
extends Object
implements CategoryMediaXref, Media, MultiTenantCloneable<CategoryMediaXrefImpl>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void<G extends CategoryMediaXrefImpl>
CreateResponse<G>booleangetId()getKey()getMedia()getTags()getTitle()getUrl()inthashCode()booleanisUnwrappableAs(Class unwrapType) voidsetAltText(String altText) voidsetCategory(Category category) voidvoidvoidvoidvoidvoid<T> T
-
Field Details
-
id
-
category
-
media
-
key
-
-
Constructor Details
-
CategoryMediaXrefImpl
-
CategoryMediaXrefImpl
public CategoryMediaXrefImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCategoryMediaXref- Specified by:
getIdin interfaceMedia
-
setId
- Specified by:
setIdin interfaceCategoryMediaXref- Specified by:
setIdin interfaceMedia
-
getCategory
- Specified by:
getCategoryin interfaceCategoryMediaXref
-
setCategory
- Specified by:
setCategoryin interfaceCategoryMediaXref
-
getMedia
- Specified by:
getMediain interfaceCategoryMediaXref
-
setMedia
- Specified by:
setMediain interfaceCategoryMediaXref
-
getKey
- Specified by:
getKeyin interfaceCategoryMediaXref
-
setKey
- Specified by:
setKeyin interfaceCategoryMediaXref
-
getUrl
-
setUrl
-
getTitle
-
setTitle
-
getAltText
- Specified by:
getAltTextin interfaceMedia
-
setAltText
- Specified by:
setAltTextin interfaceMedia
-
getTags
-
setTags
-
createEntityInstance
protected void createEntityInstance() -
isUnwrappableAs
- Specified by:
isUnwrappableAsin interfaceWrappable
-
unwrap
-
equals
-
hashCode
public int hashCode() -
createOrRetrieveCopyInstance
public <G extends CategoryMediaXrefImpl> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<CategoryMediaXrefImpl>- Throws:
CloneNotSupportedException
-