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 intColumn length: Create date of the notification.protected intColumn length: GUID of user who should receive this notification.protected intColumn length: GUID of changed Object.static final longAll valid member bits.static final longMember bit: Create date of the notification.static final longMember bit: Indicates if the Notification is marked as important DB column: priostatic final longMember bit: GUID of user who should receive this notification.static final longMember bit: GUID of changed Object.static final longMember bit: Indicates the type of the watched Element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintlonglonglonglonglonglongvoidsetLnCreateDateIso(int v) voidsetLnUserGuid(int v) voidsetLnWatchGuid(int v) voidsetMbAllMembers(long v) voidsetMbCreateDateIso(long v) voidsetMbPrio(long v) voidsetMbUserGuid(long v) voidsetMbWatchGuid(long v) voidsetMbWhat(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)
-