Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class ConfInfo

java.lang.Object
  |
  +--nu.dll.lyskom.ConfInfo

public class ConfInfo
extends java.lang.Object

Class representing a Conf-Info structure

Version:
0.1
Author:
rasmus@sno.pp.se

Field Summary
 byte[] confName
           
 int confNo
           
 nu.dll.lyskom.ConfType confType
           
 
Constructor Summary
ConfInfo(byte[] confName, nu.dll.lyskom.ConfType confType, int confNo)
           
 
Method Summary
 java.lang.String getNameString()
          Return the name of this Conference
 int getNo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

confNo

public int confNo

confName

public byte[] confName

confType

public nu.dll.lyskom.ConfType confType
Constructor Detail

ConfInfo

public ConfInfo(byte[] confName,
                nu.dll.lyskom.ConfType confType,
                int confNo)
Method Detail

getNo

public int getNo()

getNameString

public java.lang.String getNameString()
Return the name of this Conference


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright © Rasmus Sten and contributors, 1997-2004