Package | Description |
---|---|
org.overlord.rtgov.reports.model |
Modifier and Type | Method and Description |
---|---|
Calendar.ExcludedDay |
Calendar.ExcludedDay.setDay(int val)
This method sets the day.
|
Calendar.ExcludedDay |
Calendar.ExcludedDay.setMonth(int val)
This method sets the month.
|
Calendar.ExcludedDay |
Calendar.ExcludedDay.setReason(String val)
This method sets the reason for exclusion.
|
Calendar.ExcludedDay |
Calendar.ExcludedDay.setYear(int val)
This method sets the year.
|
Modifier and Type | Method and Description |
---|---|
List<Calendar.ExcludedDay> |
Calendar.getExcludedDays()
This method returns the list of excluded days.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
Calendar.setExcludedDays(List<Calendar.ExcludedDay> days)
This method sets the list of excluded days.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.