@Entity public class ContentAlias extends AbstractContentAlias<ContentDescriber>
ContentDescriber
to belong to multiple Categories (under different parents) with alternate properties for that mapping if required.Constructor and Description |
---|
ContentAlias() |
ContentAlias(ContentAlias alias) |
ContentAlias(ContentDescriber content,
ContentDescriber parent) |
ContentAlias(String json) |
Modifier and Type | Method and Description |
---|---|
ContentDescriber |
getContent() |
void |
setContent(ContentDescriber content) |
public ContentAlias()
public ContentAlias(String json)
public ContentAlias(ContentAlias alias)
public ContentAlias(ContentDescriber content, ContentDescriber parent)
public ContentDescriber getContent()
getContent
in class AbstractContentAlias<ContentDescriber>
public void setContent(ContentDescriber content)
setContent
in class AbstractContentAlias<ContentDescriber>
Copyright © 2018. All rights reserved.