Package de.elo.ix.client.feed
Class ActionHistory
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.feed.ActionHistory
- All Implemented Interfaces:
Serializable
- Since:
- 9.00.000.033
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Action GUID.protected String
Create date.protected String
Comment text.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()
void
setActionGuid
(String actionGuid) void
setCreateDateIso
(String createDateIso) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
actionGuid
Action GUID. Unique identifier. -
createDateIso
Create date. This element is the ISO formatted create date of the action in the time zone of the client application. In order to convert this value into a date object, invoke functionIXConnection.isoToDate(java.lang.String)
. -
text
Comment text. This element is only valid forEActionType.UserComment
, andEActionType.AutoComment
.
-
-
Constructor Details
-
ActionHistory
public ActionHistory() -
ActionHistory
-
-
Method Details