public class CommentMetadataModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_COMMENTTOCOMMENTMETADATA
Generated relation code constant for relation
CommentToCommentMetadata defining source attribute comment in extension cockpit. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COMMENT
Generated constant - Attribute key of
CommentMetadata.comment attribute defined at extension cockpit. |
static java.lang.String |
ITEM
Generated constant - Attribute key of
CommentMetadata.item attribute defined at extension cockpit. |
static java.lang.String |
PAGEINDEX
Generated constant - Attribute key of
CommentMetadata.pageIndex attribute defined at extension cockpit. |
static java.lang.String |
X
Generated constant - Attribute key of
CommentMetadata.x attribute defined at extension cockpit. |
static java.lang.String |
Y
Generated constant - Attribute key of
CommentMetadata.y attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CommentMetadataModel()
Generated constructor - Default constructor for generic creation.
|
CommentMetadataModel(CommentModel _comment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentMetadataModel(CommentModel _comment,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentMetadataModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
getComment()
Generated method - Getter of the
CommentMetadata.comment attribute defined at extension cockpit. |
ItemModel |
getItem()
Generated method - Getter of the
CommentMetadata.item attribute defined at extension cockpit. |
java.lang.Integer |
getPageIndex()
Generated method - Getter of the
CommentMetadata.pageIndex attribute defined at extension cockpit. |
java.lang.Integer |
getX()
Generated method - Getter of the
CommentMetadata.x attribute defined at extension cockpit. |
java.lang.Integer |
getY()
Generated method - Getter of the
CommentMetadata.y attribute defined at extension cockpit. |
void |
setComment(CommentModel value)
Generated method - Initial setter of
CommentMetadata.comment attribute defined at extension cockpit. |
void |
setItem(ItemModel value)
Generated method - Setter of
CommentMetadata.item attribute defined at extension cockpit. |
void |
setPageIndex(java.lang.Integer value)
Generated method - Setter of
CommentMetadata.pageIndex attribute defined at extension cockpit. |
void |
setX(java.lang.Integer value)
Generated method - Setter of
CommentMetadata.x attribute defined at extension cockpit. |
void |
setY(java.lang.Integer value)
Generated method - Setter of
CommentMetadata.y attribute defined at extension cockpit. |
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 _COMMENTTOCOMMENTMETADATA
CommentToCommentMetadata defining source attribute comment in extension cockpit.public static final java.lang.String X
CommentMetadata.x attribute defined at extension cockpit.public static final java.lang.String Y
CommentMetadata.y attribute defined at extension cockpit.public static final java.lang.String PAGEINDEX
CommentMetadata.pageIndex attribute defined at extension cockpit.public static final java.lang.String ITEM
CommentMetadata.item attribute defined at extension cockpit.public static final java.lang.String COMMENT
CommentMetadata.comment attribute defined at extension cockpit.public CommentMetadataModel()
public CommentMetadataModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CommentMetadataModel(CommentModel _comment)
_comment - initial attribute declared by type CommentMetadata at extension cockpit@Deprecated public CommentMetadataModel(CommentModel _comment, ItemModel _owner)
_comment - initial attribute declared by type CommentMetadata at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="comment", type=GETTER) public CommentModel getComment()
CommentMetadata.comment attribute defined at extension cockpit.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
CommentMetadata.item attribute defined at extension cockpit.@Accessor(qualifier="pageIndex", type=GETTER) public java.lang.Integer getPageIndex()
CommentMetadata.pageIndex attribute defined at extension cockpit.@Accessor(qualifier="x", type=GETTER) public java.lang.Integer getX()
CommentMetadata.x attribute defined at extension cockpit.@Accessor(qualifier="y", type=GETTER) public java.lang.Integer getY()
CommentMetadata.y attribute defined at extension cockpit.@Accessor(qualifier="comment", type=SETTER) public void setComment(CommentModel value)
CommentMetadata.comment attribute defined at extension cockpit. Can only be used at creation of model - before first save.value - the comment@Accessor(qualifier="item", type=SETTER) public void setItem(ItemModel value)
CommentMetadata.item attribute defined at extension cockpit.value - the item@Accessor(qualifier="pageIndex", type=SETTER) public void setPageIndex(java.lang.Integer value)
CommentMetadata.pageIndex attribute defined at extension cockpit.value - the pageIndex@Accessor(qualifier="x", type=SETTER) public void setX(java.lang.Integer value)
CommentMetadata.x attribute defined at extension cockpit.value - the xCopyright © 2018 SAP SE. All Rights Reserved.