|
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.Conference
Represents the LysKOM data type Conf-Stat, containing all information about a conference.
Method Summary | |
nu.dll.lyskom.AuxItem[] |
getAuxItems()
Returns an array containing the AuxItem objects associated with this Conference. |
byte[] |
getName()
Return this conference's name. |
java.lang.String |
getNameString()
Deprecated. You should not rely on the platform's default encoding |
int |
getNo()
Returns this conference's number. |
int |
getPresentation()
Returns the number of the text containing this conference's presentation (or zero if there is none). |
int |
getSuperConf()
Returns this conference's super-conference. |
nu.dll.lyskom.ConfType |
getType()
Returns this conference's type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getNo()
public byte[] getName()
public java.lang.String getNameString()
public nu.dll.lyskom.AuxItem[] getAuxItems()
public int getPresentation()
public int getSuperConf()
public nu.dll.lyskom.ConfType getType()
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |