Package de.elo.ix.client
Class NotificationDataC
java.lang.Object
de.elo.ix.client.NotificationDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotificationC
Bit constants for members of Notification
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: Create date of the notification.protected int
Column length: GUID of user who should receive this notification.protected int
Column length: GUID of changed Object.static final long
All valid member bits.static final long
Member bit: Create date of the notification.static final long
Member bit: Indicates if the Notification is marked as important DB column: priostatic final long
Member bit: GUID of user who should receive this notification.static final long
Member bit: GUID of changed Object.static final long
Member bit: Indicates the type of the watched Element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
long
long
long
long
long
long
void
setLnCreateDateIso
(int v) void
setLnUserGuid
(int v) void
setLnWatchGuid
(int v) void
setMbAllMembers
(long v) void
setMbCreateDateIso
(long v) void
setMbPrio
(long v) void
setMbUserGuid
(long v) void
setMbWatchGuid
(long v) void
setMbWhat
(long v)
-
Field Details
-
mbUserGuid
public static final long mbUserGuidMember bit: GUID of user who should receive this notification. DB column: userguid- See Also:
-
lnUserGuid
protected int lnUserGuidColumn length: GUID of user who should receive this notification. DB column: userguid -
mbWatchGuid
public static final long mbWatchGuidMember bit: GUID of changed Object. DB column: watchguid- See Also:
-
lnWatchGuid
protected int lnWatchGuidColumn length: GUID of changed Object. DB column: watchguid -
mbCreateDateIso
public static final long mbCreateDateIsoMember bit: Create date of the notification. DB column: createdateiso- See Also:
-
lnCreateDateIso
protected int lnCreateDateIsoColumn length: Create date of the notification. DB column: createdateiso -
mbPrio
public static final long mbPrioMember bit: Indicates if the Notification is marked as important DB column: prio- Since:
- 9.00.022.003
- See Also:
-
mbWhat
public static final long mbWhatMember bit: Indicates the type of the watched Element. 0 - Action. 1 - HashTag. DB column: what- Since:
- 9.00.030.001
- See Also:
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
NotificationDataC
public NotificationDataC()
-
-
Method Details
-
getMbUserGuid
public long getMbUserGuid() -
setMbUserGuid
public void setMbUserGuid(long v) -
getLnUserGuid
public int getLnUserGuid() -
setLnUserGuid
public void setLnUserGuid(int v) -
getMbWatchGuid
public long getMbWatchGuid() -
setMbWatchGuid
public void setMbWatchGuid(long v) -
getLnWatchGuid
public int getLnWatchGuid() -
setLnWatchGuid
public void setLnWatchGuid(int v) -
getMbCreateDateIso
public long getMbCreateDateIso() -
setMbCreateDateIso
public void setMbCreateDateIso(long v) -
getLnCreateDateIso
public int getLnCreateDateIso() -
setLnCreateDateIso
public void setLnCreateDateIso(int v) -
getMbPrio
public long getMbPrio() -
setMbPrio
public void setMbPrio(long v) -
getMbWhat
public long getMbWhat() -
setMbWhat
public void setMbWhat(long v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-