Package de.elo.ix.client
Class SubscriptionDataC
java.lang.Object
de.elo.ix.client.SubscriptionDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SubscriptionC
Bit constants for members of Subscription
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intColumn length: Create date of the subscription.protected intColumn length: GUID of user who registered the subscription.protected intColumn length: GUID of Object to be watched.static final longAll valid member bits.static final longMember bit: Create date of the subscription.static final longMember bit: GUID of user who registered the subscription.static final longMember bit: GUID of Object to be watched. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintlonglonglonglongvoidsetLnCreateDateIso(int v) voidsetLnUserGuid(int v) voidsetLnWatchGuid(int v) voidsetMbAllMembers(long v) voidsetMbCreateDateIso(long v) voidsetMbUserGuid(long v) voidsetMbWatchGuid(long v)
-
Field Details
-
mbUserGuid
public static final long mbUserGuidMember bit: GUID of user who registered the subscription. DB column: userguid- See Also:
-
lnUserGuid
protected int lnUserGuidColumn length: GUID of user who registered the subscription. DB column: userguid -
mbWatchGuid
public static final long mbWatchGuidMember bit: GUID of Object to be watched. DB column: watchguid- See Also:
-
lnWatchGuid
protected int lnWatchGuidColumn length: GUID of Object to be watched. DB column: watchguid -
mbCreateDateIso
public static final long mbCreateDateIsoMember bit: Create date of the subscription. DB column: createdateiso- See Also:
-
lnCreateDateIso
protected int lnCreateDateIsoColumn length: Create date of the subscription. DB column: createdateiso -
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
SubscriptionDataC
public SubscriptionDataC()
-
-
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) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-