|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.zcu.fav.kiv.cs.CSCalendarEvent
Describes the event of CSProcess in calendar.
| Field Summary | |
private int |
fromWho
Who has scheduled this event. |
private int |
ID
What process should run. |
private java.lang.String |
message
With what message. |
private double |
time
At what time. |
| Constructor Summary | |
CSCalendarEvent(double time,
int ID,
java.lang.String message,
int fromWho)
Creates a new event of the specified process. |
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
Used for sorting of the calendar. |
int |
getFromWho()
|
int |
getID()
|
java.lang.String |
getMessage()
|
double |
getTime()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final int ID
private final java.lang.String message
private final double time
private final int fromWho
| Constructor Detail |
public CSCalendarEvent(double time,
int ID,
java.lang.String message,
int fromWho)
| Method Detail |
public int getID()
public java.lang.String getMessage()
public double getTime()
public int getFromWho()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||