@Entity public class ContentFacet extends AbstractContentFacet
| Modifier and Type | Field and Description |
|---|---|
protected ContentDescriber |
content
This
ContentFacet belongs to which ContentDescriber |
authorizations, FACET_IDENTIFIER, id, index, metaData, name, notes, type, value| Constructor and Description |
|---|
ContentFacet() |
ContentFacet(ContentDescriber content) |
ContentFacet(ContentDescriber content,
String name) |
ContentFacet(ContentDescriber content,
String name,
String value) |
ContentFacet(FacetMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
ContentFacet |
clone() |
ContentDescriber |
getContent() |
void |
setContent(Content content) |
equals, getAuthorizations, getDisplayName, getId, getIndex, getMetaData, getName, getNotes, getType, getValue, hashCode, setAuthorizations, setId, setIndex, setMetaData, setName, setNotes, setType, setValue, toStringprotected ContentDescriber content
ContentFacet belongs to which ContentDescriberpublic ContentFacet()
public ContentFacet(ContentDescriber content)
public ContentFacet(ContentDescriber content, String name)
public ContentFacet(ContentDescriber content, String name, String value)
public ContentFacet(FacetMeta meta)
public ContentDescriber getContent()
getContent in class AbstractContentFacetpublic void setContent(Content content)
setContent in class AbstractContentFacetpublic ContentFacet clone() throws CloneNotSupportedException
clone in class AbstractContentFacetCloneNotSupportedExceptionCopyright © 2018. All rights reserved.