|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.Meeting
Constructor Summary | |
Meeting()
|
Method Summary | |
java.util.Date |
getDate()
Returns the date. |
java.lang.String |
getDescription()
Returns the description. |
void |
setDate(java.util.Date date)
Sets the date. |
void |
setDescription(java.lang.String description)
Sets the description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Meeting()
Method Detail |
public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- The date to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |