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