|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nu.dll.lyskom.Membership
Represents a person's membership status of a given conference.
Session.getUnreadMembership()
,
Session.getMembership(int)
,
Session.getMembership(int, int, int, Bitstring)
Field Summary | |
int |
conference
Deprecated. use getNo() instead! |
static int |
ITEM_SIZE
|
Method Summary | |
static nu.dll.lyskom.Membership[] |
createFrom(nu.dll.lyskom.RpcReply reply)
Constructs a Membership array out of the supplied RpcReply object |
nu.dll.lyskom.KomTime |
getAddedAt()
Returns the time at which this membership was added |
int |
getAddedBy()
Returns the number of the person who added this memberhip |
int |
getConference()
Returns the conference this membership represents |
int |
getLastTextRead()
Returns the local text number of the text last read in the conference |
nu.dll.lyskom.KomTime |
getLastTimeRead()
Returns the time when this memberships conference was last read |
int |
getNo()
Equal to getConference() |
int |
getPosition()
Return this memberhips position |
int |
getPriority()
Returns the priority (0-255) of this membership |
int[] |
getReadTexts()
Returns an array of local text number that have been read after last-text-read |
nu.dll.lyskom.TextMapping |
getTextMapping()
|
nu.dll.lyskom.Bitstring |
getType()
Returns the type of this membership. |
void |
setLastTextRead(int i)
|
void |
setTextMapping(nu.dll.lyskom.TextMapping tm)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int conference
public static int ITEM_SIZE
Method Detail |
public void setLastTextRead(int i)
public void setTextMapping(nu.dll.lyskom.TextMapping tm)
public nu.dll.lyskom.TextMapping getTextMapping()
public int getPosition()
public nu.dll.lyskom.KomTime getLastTimeRead()
public int getConference()
public int getPriority()
public int getLastTextRead()
public int[] getReadTexts()
public int getAddedBy()
public nu.dll.lyskom.KomTime getAddedAt()
public nu.dll.lyskom.Bitstring getType()
public int getNo()
getConference()
public static nu.dll.lyskom.Membership[] createFrom(nu.dll.lyskom.RpcReply reply)
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |