public class Day extends Object
Day class.
| Constructor and Description | 
|---|
Day(Date date,
   Role role,
   GroupManager groupManager)
Constructor for Day. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getDate()
getDate 
 | 
int | 
getDayOfMonth()
getDayOfMonth 
 | 
String | 
getDayOfWeek()
getDayOfWeek 
 | 
int | 
getDayOfYear()
getDayOfYear 
 | 
CalendarEntry[] | 
getEntries()
getEntries 
 | 
int | 
getMonth()
getMonth 
 | 
Date | 
getTime(int hours,
       int minutes)
getTime 
 | 
public Day(Date date, Role role, GroupManager groupManager)
Constructor for Day.
date - a java$util$Date object.role - a Role object.groupManager - a GroupManager object.public Date getDate()
getDate
public int getMonth()
getMonth
public int getDayOfMonth()
getDayOfMonth
public int getDayOfYear()
getDayOfYear
public Date getTime(int hours, int minutes)
getTime
hours - a int.minutes - a int.public CalendarEntry[] getEntries()
getEntries
org.opennms.web.admin.roles.CalendarEntry objects.Copyright © 2020. All rights reserved.