com.transjam.util
Class Meeting

java.lang.Object
  |
  +--com.transjam.util.Meeting

public class Meeting
extends java.lang.Object

Contains information about a scheduled meeting between users.

Author:
(C) 2002 Phil Burk, SoftSynth.com, All Rights Reserved

Constructor Summary
Meeting(java.util.Date when)
           
 
Method Summary
 int getCount()
           
 java.util.Date getDate()
           
 void setCount(int numPeople)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Meeting

public Meeting(java.util.Date when)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int numPeople)

getDate

public java.util.Date getDate()

toString

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