@Entity public class StructuredContentTypeImpl extends java.lang.Object implements StructuredContentType, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.Long |
id |
protected java.lang.String |
name |
protected StructuredContentFieldTemplate |
structuredContentFieldTemplate |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
StructuredContentTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.Long |
getId()
Gets the primary key.
|
java.lang.String |
getMainEntityName() |
java.lang.String |
getName()
Gets the name.
|
StructuredContentFieldTemplate |
getStructuredContentFieldTemplate()
Returns the template associated with this content type.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setId(java.lang.Long id)
Sets the primary key.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
Sets the template associated with this content type.
|
protected java.lang.Long id
protected java.lang.String name
protected java.lang.String description
protected StructuredContentFieldTemplate structuredContentFieldTemplate
public java.lang.Long getId()
StructuredContentTypegetId in interface StructuredContentTypepublic void setId(java.lang.Long id)
StructuredContentTypesetId in interface StructuredContentTypeid - the new primary keypublic java.lang.String getName()
StructuredContentTypegetName in interface StructuredContentTypepublic void setName(java.lang.String name)
StructuredContentTypesetName in interface StructuredContentTypepublic java.lang.String getDescription()
StructuredContentTypegetDescription in interface StructuredContentTypepublic void setDescription(java.lang.String description)
StructuredContentTypesetDescription in interface StructuredContentTypepublic StructuredContentFieldTemplate getStructuredContentFieldTemplate()
StructuredContentTypegetStructuredContentFieldTemplate in interface StructuredContentTypepublic void setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
StructuredContentTypesetStructuredContentFieldTemplate in interface StructuredContentTypepublic java.lang.String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2018. All Rights Reserved.