org.thdl.quilldriver
Class QD.Speaker

java.lang.Object
  |
  +--org.thdl.quilldriver.QD.Speaker
Enclosing class:
QD

class QD.Speaker
extends Object


Field Summary
private  int iconID
           
private  String name
           
 
Constructor Summary
QD.Speaker(int iconID, String name)
           
 
Method Summary
 int getIconID()
           
 String getName()
           
 void setIconID(int newID)
           
 void setName(String newName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name

iconID

private int iconID
Constructor Detail

QD.Speaker

public QD.Speaker(int iconID,
                  String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getIconID

public int getIconID()

setName

public void setName(String newName)

setIconID

public void setIconID(int newID)


These API docs were created 02/02/2003 08:20 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo