All Packages Class Hierarchy This Package Previous Next Index
Class orchid.object.DateHourProposal
java.lang.Object
|
+----orchid.object.DateHourProposal
- public class DateHourProposal
- extends Object
- implements Serializable
A class used to propose a date and an hour for a meeting
a user has been invited to.
A stored date hour proposal looks like:
Fri Oct 02 00:00:00 GMT+00:00 1998 1400
The objects to arrange a meeting are used in this order :
- MeetingProposal
- DateHourProposal
- RangeProposal
- Meeting
- Author:
- Marc-Aurčle DARCHE
- See Also:
- MeetingProposal, RangeProposal, Meeting, ObjectTest
-
DateHourProposal()
-
-
DateHourProposal(int, int, int, int)
-
-
getDate()
-
-
getDay()
-
-
getMonth()
-
-
getTimeOfDay()
-
-
getYear()
-
-
setDate(int, int, int)
-
-
setTimeOfDay(int)
-
-
toString()
-
DateHourProposal
public DateHourProposal()
DateHourProposal
public DateHourProposal(int year,
int month,
int day,
int timeOfDay)
setDate
public void setDate(int year,
int month,
int day)
setTimeOfDay
public void setTimeOfDay(int timeOfDay)
getDate
public Date getDate()
getYear
public int getYear()
getMonth
public int getMonth()
getDay
public int getDay()
getTimeOfDay
public int getTimeOfDay()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index