@Entity public class CategoryMediaXrefImpl extends Object implements CategoryMediaXref, Media, MultiTenantCloneable<CategoryMediaXrefImpl>
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Long |
id |
protected String |
key |
protected Media |
media |
| Constructor and Description |
|---|
CategoryMediaXrefImpl() |
CategoryMediaXrefImpl(Category category,
Media media,
String key) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createEntityInstance() |
<G extends CategoryMediaXrefImpl> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
String |
getAltText() |
Category |
getCategory() |
Long |
getId() |
String |
getKey() |
Media |
getMedia() |
String |
getTags() |
String |
getTitle() |
String |
getUrl() |
boolean |
isUnwrappableAs(Class unwrapType) |
void |
setAltText(String altText) |
void |
setCategory(Category category) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setMedia(Media media) |
void |
setTags(String tags) |
void |
setTitle(String title) |
void |
setUrl(String url) |
<T> T |
unwrap(Class<T> unwrapType) |
protected Long id
protected Category category
protected Media media
protected String key
public Long getId()
getId in interface MediagetId in interface CategoryMediaXrefpublic void setId(Long id)
setId in interface MediasetId in interface CategoryMediaXrefpublic Category getCategory()
getCategory in interface CategoryMediaXrefpublic void setCategory(Category category)
setCategory in interface CategoryMediaXrefpublic Media getMedia()
getMedia in interface CategoryMediaXrefpublic void setMedia(Media media)
setMedia in interface CategoryMediaXrefpublic String getKey()
getKey in interface CategoryMediaXrefpublic void setKey(String key)
setKey in interface CategoryMediaXrefpublic String getAltText()
getAltText in interface Mediapublic void setAltText(String altText)
setAltText in interface Mediaprotected void createEntityInstance()
public boolean isUnwrappableAs(Class unwrapType)
isUnwrappableAs in interface Wrappablepublic <G extends CategoryMediaXrefImpl> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<CategoryMediaXrefImpl>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.