org.opennms.web.admin.roles
Class Day

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

public class Day
extends Object


Constructor Summary
Day(Date date, Role role, GroupManager groupManager)
           
 
Method Summary
 Date getDate()
           
 int getDayOfMonth()
           
 String getDayOfWeek()
           
 int getDayOfYear()
           
 CalendarEntry[] getEntries()
           
 int getMonth()
           
 Date getTime(int hours, int minutes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Day

public Day(Date date,
           Role role,
           GroupManager groupManager)
Method Detail

getDate

public Date getDate()

getMonth

public int getMonth()

getDayOfMonth

public int getDayOfMonth()

getDayOfYear

public int getDayOfYear()

getDayOfWeek

public String getDayOfWeek()

getTime

public Date getTime(int hours,
                    int minutes)

getEntries

public CalendarEntry[] getEntries()


Copyright © 2009. All Rights Reserved.