public class AbstractDynamicContentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIVE
Generated constant - Attribute key of
AbstractDynamicContent.active attribute defined at extension core. |
static java.lang.String |
CHECKSUM
Generated constant - Attribute key of
AbstractDynamicContent.checksum attribute defined at extension core. |
static java.lang.String |
CODE
Generated constant - Attribute key of
AbstractDynamicContent.code attribute defined at extension core. |
static java.lang.String |
CONTENT
Generated constant - Attribute key of
AbstractDynamicContent.content attribute defined at extension core. |
static java.lang.String |
VERSION
Generated constant - Attribute key of
AbstractDynamicContent.version attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractDynamicContentModel()
Generated constructor - Default constructor for generic creation.
|
AbstractDynamicContentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractDynamicContentModel(java.lang.String _code,
java.lang.String _content)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractDynamicContentModel(java.lang.String _code,
java.lang.String _content,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getActive()
Generated method - Getter of the
AbstractDynamicContent.active attribute defined at extension core. |
java.lang.String |
getChecksum()
Generated method - Getter of the
AbstractDynamicContent.checksum attribute defined at extension core. |
java.lang.String |
getCode()
Generated method - Getter of the
AbstractDynamicContent.code attribute defined at extension core. |
java.lang.String |
getContent()
Generated method - Getter of the
AbstractDynamicContent.content attribute defined at extension core. |
java.lang.Long |
getVersion()
Generated method - Getter of the
AbstractDynamicContent.version attribute defined at extension core. |
void |
setActive(java.lang.Boolean value)
Generated method - Initial setter of
AbstractDynamicContent.active attribute defined at extension core. |
void |
setChecksum(java.lang.String value)
Generated method - Setter of
AbstractDynamicContent.checksum attribute defined at extension core. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
AbstractDynamicContent.code attribute defined at extension core. |
void |
setContent(java.lang.String value)
Generated method - Setter of
AbstractDynamicContent.content attribute defined at extension core. |
void |
setVersion(java.lang.Long value)
Generated method - Setter of
AbstractDynamicContent.version attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CODE
AbstractDynamicContent.code attribute defined at extension core.public static final java.lang.String ACTIVE
AbstractDynamicContent.active attribute defined at extension core.public static final java.lang.String CHECKSUM
AbstractDynamicContent.checksum attribute defined at extension core.public static final java.lang.String CONTENT
AbstractDynamicContent.content attribute defined at extension core.public static final java.lang.String VERSION
AbstractDynamicContent.version attribute defined at extension core.public AbstractDynamicContentModel()
public AbstractDynamicContentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AbstractDynamicContentModel(java.lang.String _code,
java.lang.String _content)
_code - initial attribute declared by type AbstractDynamicContent at extension core_content - initial attribute declared by type AbstractDynamicContent at extension core@Deprecated
public AbstractDynamicContentModel(java.lang.String _code,
java.lang.String _content,
ItemModel _owner)
_code - initial attribute declared by type AbstractDynamicContent at extension core_content - initial attribute declared by type AbstractDynamicContent at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="active", type=GETTER) public java.lang.Boolean getActive()
AbstractDynamicContent.active attribute defined at extension core.@Accessor(qualifier="checksum", type=GETTER) public java.lang.String getChecksum()
AbstractDynamicContent.checksum attribute defined at extension core.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
AbstractDynamicContent.code attribute defined at extension core.@Accessor(qualifier="content", type=GETTER) public java.lang.String getContent()
AbstractDynamicContent.content attribute defined at extension core.@Accessor(qualifier="version", type=GETTER) public java.lang.Long getVersion()
AbstractDynamicContent.version attribute defined at extension core.@Accessor(qualifier="active", type=SETTER) public void setActive(java.lang.Boolean value)
AbstractDynamicContent.active attribute defined at extension core. Can only be used at creation of model - before first save.value - the active@Accessor(qualifier="checksum", type=SETTER) public void setChecksum(java.lang.String value)
AbstractDynamicContent.checksum attribute defined at extension core.value - the checksum@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
AbstractDynamicContent.code attribute defined at extension core. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="content", type=SETTER) public void setContent(java.lang.String value)
AbstractDynamicContent.content attribute defined at extension core.value - the contentCopyright © 2018 SAP SE. All Rights Reserved.