Package de.elo.ix.client
Class Notification
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Notification
- All Implemented Interfaces:
Serializable
Objects of this class represent a change notification. This class is used internally.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Create date of the notification.protected int
Indicates if the Notification is marked as importantprotected String
GUID of user who should receive this notification.protected String
GUID of changed Object.protected int
Indicates the type of the watched Element.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getPrio()
int
getWhat()
void
setCreateDateIso
(String createDateIso) void
setPrio
(int priority) void
setUserGuid
(String userGuid) void
setWatchGuid
(String watchGuid) void
setWhat
(int what) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
userGuid
GUID of user who should receive this notification. -
watchGuid
GUID of changed Object. -
createDateIso
Create date of the notification. -
prio
protected int prioIndicates if the Notification is marked as important- Since:
- 9.00.022.003
-
what
protected int whatIndicates the type of the watched Element. 0 - Action. 1 - HashTag.- Since:
- 9.00.030.001
-
-
Constructor Details
-
Notification
public Notification() -
Notification
-
-
Method Details