Class Event


public class Event

Ereignis Creation date: (17.04.2001 21:50:13)

Author:
:

Constructor Summary
Event()
          Insert the method's description here.
Event(Room[] loc, java.util.GregorianCalendar date, java.util.GregorianCalendar ende, int dur, String title, String group)
          Insert the method's description here.

Method Summary
 java.util.GregorianCalendargetDate()
          Insert the method's description here.
 StringgetDayString()
          Insert the method's description here.
 intgetDuration()
          Insert the method's description here.
 StringgetEndTimeString()
           
 java.lang.StringgetGroup()
          Insert the method's description here.
 Room[]getLocation()
          Insert the method's description here.
 StringgetRoomString()
          Insert the method's description here.
 longgetStartTime()
          Insert the method's description here.
 java.util.DategetTime()
          Insert the method's description here.
 StringgetTimeString()
          Insert the method's description here.
 java.lang.StringgetTitle()
          Insert the method's description here.
 voidsetDate(java.util.GregorianCalendar newDate)
          Insert the method's description here.
 voidsetDuration(int newDuration)
          Insert the method's description here.
 voidsetGroup(java.lang.String newGroup)
          Insert the method's description here.
 voidsetLocation(Room[] newLocation)
          Insert the method's description here.
 voidsetTitle(java.lang.String newTitle)
          Insert the method's description here.
 StringtoString()
          Insert the method's description here.

Constructor Detail

Event

public Event()
Insert the method's description here. Creation date: (21.04.2001 00:07:24)

Event

public Event(Room[] loc, java.util.GregorianCalendar date, java.util.GregorianCalendar ende, int dur, String title, String group)
Insert the method's description here. Creation date: (17.04.2001 21:55:05)
Parameters:
loc - java.lang.String[]
start - long
dur - long
Method Detail

getDate

public java.util.GregorianCalendar getDate()
Insert the method's description here. Creation date: (26.04.2001 22:23:17)
Returns: java.util.GregorianCalendar

getDayString

public String getDayString()
Insert the method's description here. Creation date: (26.04.2001 16:29:26)
Returns: java.lang.String

getDuration

public int getDuration()
Insert the method's description here. Creation date: (26.04.2001 16:37:44)
Returns: int

getEndTimeString

public String getEndTimeString()

getGroup

public java.lang.String getGroup()
Insert the method's description here. Creation date: (20.04.2001 23:59:52)
Returns: java.lang.String

getLocation

public Room[] getLocation()
Insert the method's description here. Creation date: (17.04.2001 21:50:59)
Returns: java.lang.String[]

getRoomString

public String getRoomString()
Insert the method's description here. Creation date: (26.04.2001 17:04:23)
Returns: java.lang.String

getStartTime

public long getStartTime()
Insert the method's description here. Creation date: (26.04.2001 16:48:55)
Returns: long

getTime

public java.util.Date getTime()
Insert the method's description here. Creation date: (26.04.2001 21:20:47)
Returns: java.sql.Time

getTimeString

public String getTimeString()
Insert the method's description here. Creation date: (26.04.2001 16:29:41)
Returns: java.lang.String

getTitle

public java.lang.String getTitle()
Insert the method's description here. Creation date: (20.04.2001 23:58:47)
Returns: java.lang.String

setDate

public void setDate(java.util.GregorianCalendar newDate)
Insert the method's description here. Creation date: (26.04.2001 22:23:17)
Parameters:
newDate - java.util.GregorianCalendar

setDuration

public void setDuration(int newDuration)
Insert the method's description here. Creation date: (26.04.2001 16:37:44)
Parameters:
newDuration - int

setGroup

public void setGroup(java.lang.String newGroup)
Insert the method's description here. Creation date: (20.04.2001 23:59:52)
Parameters:
newGroup - java.lang.String

setLocation

public void setLocation(Room[] newLocation)
Insert the method's description here. Creation date: (17.04.2001 21:50:59)
Parameters:
newLocation - java.lang.String[]

setTitle

public void setTitle(java.lang.String newTitle)
Insert the method's description here. Creation date: (20.04.2001 23:58:47)
Parameters:
newTitle - java.lang.String

toString

public String toString()
Insert the method's description here. Creation date: (17.04.2001 22:15:44)
Returns: java.lang.String

Association Links

to Class Room

Raumkombinationen der Veranstaltung

to Class java.lang.String

Titel

to Class java.lang.String

Gruppe (z.B. KI98)

to Class java.util.GregorianCalendar

to Class java.util.GregorianCalendar