public interface StructuredContentType
extends java.io.Serializable
StructuredContentType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.Long |
getId()
Gets the primary key.
|
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.
|
@Nullable java.lang.Long getId()
void setId(@Nullable
java.lang.Long id)
id - the new primary key@Nonnull java.lang.String getName()
void setName(@Nonnull
java.lang.String name)
@Nullable java.lang.String getDescription()
void setDescription(@Nullable
java.lang.String description)
@Nonnull StructuredContentFieldTemplate getStructuredContentFieldTemplate()
void setStructuredContentFieldTemplate(@Nonnull
StructuredContentFieldTemplate scft)
scft - Copyright © 2018. All Rights Reserved.