public interface StructuredContentType extends Serializable
StructuredContentType
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
Long |
getId()
Gets the primary key.
|
String |
getName()
Gets the name.
|
StructuredContentFieldTemplate |
getStructuredContentFieldTemplate()
Returns the template associated with this content type.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(Long id)
Sets the primary key.
|
void |
setName(String name)
Sets the name.
|
void |
setStructuredContentFieldTemplate(StructuredContentFieldTemplate scft)
Sets the template associated with this content type.
|
@Nonnull StructuredContentFieldTemplate getStructuredContentFieldTemplate()
void setStructuredContentFieldTemplate(@Nonnull StructuredContentFieldTemplate scft)
scft - Copyright © 2013. All Rights Reserved.