Constructor and Description |
---|
WorkingDay() |
Modifier and Type | Method and Description |
---|---|
int |
getEndHour()
This method returns the end hour.
|
int |
getEndMinute()
This method returns the end minute.
|
int |
getStartHour()
This method returns the start hour.
|
int |
getStartMinute()
This method returns the start minute.
|
Calendar.WorkingDay |
setEndHour(int val)
This method sets the end hour.
|
Calendar.WorkingDay |
setEndMinute(int val)
This method sets the end minute.
|
Calendar.WorkingDay |
setStartHour(int val)
This method sets the start hour.
|
Calendar.WorkingDay |
setStartMinute(int val)
This method sets the start minute.
|
public int getStartHour()
public Calendar.WorkingDay setStartHour(int val)
val
- The start hourpublic int getStartMinute()
public Calendar.WorkingDay setStartMinute(int val)
val
- The start minutepublic int getEndHour()
public Calendar.WorkingDay setEndHour(int val)
val
- The end hourpublic int getEndMinute()
public Calendar.WorkingDay setEndMinute(int val)
val
- The end minuteCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.