org.otvl.sbxbsamp.simple
Class Meeting

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.Meeting

public class Meeting
extends java.lang.Object

Version:
Author:

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

Meeting

public Meeting()
Method Detail

getDate

public java.util.Date getDate()
Returns the date.

Returns:
Date

setDate

public void setDate(java.util.Date date)
Sets the date.

Parameters:
date - The date to set

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set


Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.