public class TimeDTO extends Object
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
DayOfMonthType |
getDayOfMonth() |
DayOfWeekType |
getDayOfWeek() |
HourOfDayType |
getHour() |
MinuteType |
getMinute() |
MonthType |
getMonth() |
void |
setCal(Calendar cal) |
void |
setDate(Date date) |
void |
setDayOfMonth(DayOfMonthType dayOfMonth) |
void |
setDayOfWeek(DayOfWeekType dayOfWeek) |
void |
setHour(HourOfDayType hour) |
void |
setMinute(MinuteType minute) |
void |
setMonth(MonthType month) |
public TimeDTO()
public TimeDTO(Calendar cal)
public HourOfDayType getHour()
public DayOfWeekType getDayOfWeek()
public DayOfMonthType getDayOfMonth()
public MonthType getMonth()
public MinuteType getMinute()
public Date getDate()
public void setCal(Calendar cal)
public void setHour(HourOfDayType hour)
public void setDayOfWeek(DayOfWeekType dayOfWeek)
public void setMonth(MonthType month)
public void setDayOfMonth(DayOfMonthType dayOfMonth)
public void setDate(Date date)
public void setMinute(MinuteType minute)
Copyright © 2022. All rights reserved.