@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, toString
protected Post content
public PostFacet()
public PostFacet(Post post)
public PostFacet(FacetMeta meta)
public Post getContent()
getContent
in class AbstractContentFacet
public void setContent(Content content)
setContent
in class AbstractContentFacet
Copyright © 2018. All rights reserved.