public class HMCHistoryEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONTYPE
Generated constant - Attribute key of
HMCHistoryEntry.actionType attribute defined at extension hmc. |
static String |
COMMENT
Generated constant - Attribute key of
HMCHistoryEntry.comment attribute defined at extension hmc. |
static String |
REFERENCEDITEM
Generated constant - Attribute key of
HMCHistoryEntry.referencedItem attribute defined at extension hmc. |
static String |
TIMESTAMP
Generated constant - Attribute key of
HMCHistoryEntry.timestamp attribute defined at extension hmc. |
static String |
USER
Generated constant - Attribute key of
HMCHistoryEntry.user attribute defined at extension hmc. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
HMCHistoryEntryModel()
Generated constructor - Default constructor for generic creation.
|
HMCHistoryEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
HMCHistoryEntryModel(ItemModel _owner,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
HMCHistoryEntryModel(UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
HistoryActionType |
getActionType()
Generated method - Getter of the
HMCHistoryEntry.actionType attribute defined at extension hmc. |
String |
getComment()
Generated method - Getter of the
HMCHistoryEntry.comment attribute defined at extension hmc. |
ItemModel |
getReferencedItem()
Generated method - Getter of the
HMCHistoryEntry.referencedItem attribute defined at extension hmc. |
Date |
getTimestamp()
Generated method - Getter of the
HMCHistoryEntry.timestamp attribute defined at extension hmc. |
UserModel |
getUser()
Generated method - Getter of the
HMCHistoryEntry.user attribute defined at extension hmc. |
void |
setActionType(HistoryActionType value)
Generated method - Setter of
HMCHistoryEntry.actionType attribute defined at extension hmc. |
void |
setComment(String value)
Generated method - Setter of
HMCHistoryEntry.comment attribute defined at extension hmc. |
void |
setReferencedItem(ItemModel value)
Generated method - Setter of
HMCHistoryEntry.referencedItem attribute defined at extension hmc. |
void |
setTimestamp(Date value)
Generated method - Setter of
HMCHistoryEntry.timestamp attribute defined at extension hmc. |
void |
setUser(UserModel value)
Generated method - Setter of
HMCHistoryEntry.user attribute defined at extension hmc. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String USER
HMCHistoryEntry.user attribute defined at extension hmc.public static final String TIMESTAMP
HMCHistoryEntry.timestamp attribute defined at extension hmc.public static final String ACTIONTYPE
HMCHistoryEntry.actionType attribute defined at extension hmc.public static final String COMMENT
HMCHistoryEntry.comment attribute defined at extension hmc.public static final String REFERENCEDITEM
HMCHistoryEntry.referencedItem attribute defined at extension hmc.public HMCHistoryEntryModel()
public HMCHistoryEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public HMCHistoryEntryModel(UserModel _user)
_user - initial attribute declared by type HMCHistoryEntry at extension hmc@Deprecated public HMCHistoryEntryModel(ItemModel _owner, UserModel _user)
_owner - initial attribute declared by type Item at extension core_user - initial attribute declared by type HMCHistoryEntry at extension hmc@Accessor(qualifier="actionType", type=GETTER) public HistoryActionType getActionType()
HMCHistoryEntry.actionType attribute defined at extension hmc.@Accessor(qualifier="comment", type=GETTER) public String getComment()
HMCHistoryEntry.comment attribute defined at extension hmc.@Accessor(qualifier="referencedItem", type=GETTER) public ItemModel getReferencedItem()
HMCHistoryEntry.referencedItem attribute defined at extension hmc.@Accessor(qualifier="timestamp", type=GETTER) public Date getTimestamp()
HMCHistoryEntry.timestamp attribute defined at extension hmc.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
HMCHistoryEntry.user attribute defined at extension hmc.@Accessor(qualifier="actionType", type=SETTER) public void setActionType(HistoryActionType value)
HMCHistoryEntry.actionType attribute defined at extension hmc.value - the actionType - type of action@Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
HMCHistoryEntry.comment attribute defined at extension hmc.value - the comment - Comment@Accessor(qualifier="referencedItem", type=SETTER) public void setReferencedItem(ItemModel value)
HMCHistoryEntry.referencedItem attribute defined at extension hmc.value - the referencedItem - Item@Accessor(qualifier="timestamp", type=SETTER) public void setTimestamp(Date value)
HMCHistoryEntry.timestamp attribute defined at extension hmc.value - the timestamp - TimestampCopyright © 2017 SAP SE. All Rights Reserved.