public class CommentAttachmentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ABSTRACTCOMMENTATTACHMENTRELATION
Generated relation code constant for relation
AbstractCommentAttachmentRelation defining source attribute abstractComment in extension comments. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ABSTRACTCOMMENT
Generated constant - Attribute key of
CommentAttachment.abstractComment attribute defined at extension comments. |
static java.lang.String |
ITEM
Generated constant - Attribute key of
CommentAttachment.item attribute defined at extension comments. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CommentAttachmentModel()
Generated constructor - Default constructor for generic creation.
|
CommentAttachmentModel(ItemModel _item)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentAttachmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CommentAttachmentModel(ItemModel _item,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCommentModel |
getAbstractComment()
Generated method - Getter of the
CommentAttachment.abstractComment attribute defined at extension comments. |
ItemModel |
getItem()
Generated method - Getter of the
CommentAttachment.item attribute defined at extension comments. |
void |
setAbstractComment(AbstractCommentModel value)
Generated method - Setter of
CommentAttachment.abstractComment attribute defined at extension comments. |
void |
setItem(ItemModel value)
Generated method - Setter of
CommentAttachment.item attribute defined at extension comments. |
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 _ABSTRACTCOMMENTATTACHMENTRELATION
AbstractCommentAttachmentRelation defining source attribute abstractComment in extension comments.public static final java.lang.String ITEM
CommentAttachment.item attribute defined at extension comments.public static final java.lang.String ABSTRACTCOMMENT
CommentAttachment.abstractComment attribute defined at extension comments.public CommentAttachmentModel()
public CommentAttachmentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CommentAttachmentModel(ItemModel _item)
_item - initial attribute declared by type CommentAttachment at extension comments@Deprecated public CommentAttachmentModel(ItemModel _item, ItemModel _owner)
_item - initial attribute declared by type CommentAttachment at extension comments_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="abstractComment", type=GETTER) public AbstractCommentModel getAbstractComment()
CommentAttachment.abstractComment attribute defined at extension comments.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
CommentAttachment.item attribute defined at extension comments.@Accessor(qualifier="abstractComment", type=SETTER) public void setAbstractComment(AbstractCommentModel value)
CommentAttachment.abstractComment attribute defined at extension comments.value - the abstractCommentCopyright © 2018 SAP SE. All Rights Reserved.