@MappedSuperclass public abstract class AbstractContentAttribute extends EntityAttribute<Content> implements Identifiable<Long>
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_ALIAS_REL_URL
Alias Relative URL
Signified a URL to which the content will be available. Default URL's are system generated/Config Assigned. |
static String |
ATTRIBUTE_EDIT_HISTORY_JSON
Contnt Edit Details - Last Modified By etc
|
static String |
ATTRIBUTE_HEADERS
Page Headers
|
static String |
ATTRIBUTE_SEO_KEYWORDS
Information that describes content, but is never meant for display.
|
static String |
ATTRIBUTE_TEMPLATE
The Template associated with the Content
|
static String |
ATTRIBUTE_TITLE
Page Title
|
id, name, value
Constructor and Description |
---|
AbstractContentAttribute() |
AbstractContentAttribute(AbstractContentAttribute ca) |
AbstractContentAttribute(String json) |
AbstractContentAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
AbstractContentAttribute |
clone() |
Long |
getId() |
void |
setId(Long id) |
getName, getValue, setName, setValue, toString, updateValue
public static final String ATTRIBUTE_TEMPLATE
public static final String ATTRIBUTE_SEO_KEYWORDS
public static final String ATTRIBUTE_TITLE
public static final String ATTRIBUTE_HEADERS
public static final String ATTRIBUTE_ALIAS_REL_URL
public static final String ATTRIBUTE_EDIT_HISTORY_JSON
public AbstractContentAttribute()
public AbstractContentAttribute(String json)
public AbstractContentAttribute(AbstractContentAttribute ca)
public Long getId()
getId
in interface Identifiable<Long>
getId
in class EntityAttribute<Content>
public void setId(Long id)
setId
in interface Identifiable<Long>
setId
in class EntityAttribute<Content>
id
- the id to setpublic AbstractContentAttribute clone() throws CloneNotSupportedException
clone
in class EntityAttribute<Content>
CloneNotSupportedException
Copyright © 2018. All rights reserved.