org.opennms.web.admin.roles
Class CalendarEntry

java.lang.Object
  extended by org.opennms.web.admin.roles.CalendarEntry

public class CalendarEntry
extends Object

CalendarEntry class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
CalendarEntry(Date start, Date end, String descr, List labels)
          Constructor for CalendarEntry.
 
Method Summary
 String getDescription()
          getDescription
 Date getEndTime()
          getEndTime
 List getLabels()
          getLabels
 Date getStartTime()
          getStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEntry

public CalendarEntry(Date start,
                     Date end,
                     String descr,
                     List labels)

Constructor for CalendarEntry.

Parameters:
start - a Date object.
end - a Date object.
descr - a String object.
labels - a List object.
Method Detail

getStartTime

public Date getStartTime()

getStartTime

Returns:
a Date object.

getEndTime

public Date getEndTime()

getEndTime

Returns:
a Date object.

getDescription

public String getDescription()

getDescription

Returns:
a String object.

getLabels

public List getLabels()

getLabels

Returns:
a List object.


Copyright © 2011. All Rights Reserved.