All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orchid.object.GuestInfo

java.lang.Object
   |
   +----orchid.object.GuestInfo

public class GuestInfo
extends Object
implements Serializable
The Info object.

Contains all the data concerning a called to a Meeting.

Author:
Marc-Aurčle DARCHE

Constructor Index

 o GuestInfo(String, boolean)

Method Index

 o getAnswer()
 o getCF()
 o getEssential()
 o getName()
 o setAnswer(int)
-1 : no answer, don't know 0 : will not come 1 : will come
 o setCF(int)
 o toString()

Constructors

 o GuestInfo
 public GuestInfo(String name,
                  boolean essential)

Methods

 o setAnswer
 public void setAnswer(int answer)
-1 : no answer, don't know 0 : will not come 1 : will come

 o setCF
 public void setCF(int cf)
 o getAnswer
 public int getAnswer()
 o getCF
 public int getCF()
 o getName
 public String getName()
 o getEssential
 public boolean getEssential()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index