@Entity public class ContentAttribute extends AbstractContentAttribute
Modifier and Type | Field and Description |
---|---|
protected ContentDescriber |
content |
ATTRIBUTE_ALIAS_REL_URL, ATTRIBUTE_EDIT_HISTORY_JSON, ATTRIBUTE_HEADERS, ATTRIBUTE_SEO_KEYWORDS, ATTRIBUTE_TEMPLATE, ATTRIBUTE_TITLE
id, name, value
Constructor and Description |
---|
ContentAttribute() |
ContentAttribute(ContentAttribute ca) |
ContentAttribute(String json) |
ContentAttribute(String name,
String value) |
ContentAttribute(String name,
String value,
ContentDescriber content) |
Modifier and Type | Method and Description |
---|---|
ContentAttribute |
clone() |
boolean |
equals(Object obj) |
Content |
getContent() |
Content |
getEntity()
Reference to the entity this Attribute is part of
|
int |
hashCode() |
void |
setContentDescriber(ContentDescriber content) |
void |
setEntity(Content entity)
Reference to the entity this Attribute is part of
|
getId, setId
getName, getValue, setName, setValue, toString, updateValue
protected ContentDescriber content
public ContentAttribute()
public ContentAttribute(String json)
public ContentAttribute(ContentAttribute ca)
public ContentAttribute(String name, String value, ContentDescriber content)
public Content getContent()
public void setContentDescriber(ContentDescriber content)
public ContentAttribute clone() throws CloneNotSupportedException
clone
in class AbstractContentAttribute
CloneNotSupportedException
public Content getEntity()
Attribute
Copyright © 2018. All rights reserved.