public class TimeManagement extends Object implements Serializable
Constructor and Description |
---|
TimeManagement()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
Integer |
getAt()
Get the timestamp at which the page will be published
|
Integer |
getEnd() |
Boolean |
getFriday() |
Boolean |
getMonday() |
Boolean |
getSaturday() |
Integer |
getStart() |
Boolean |
getSunday() |
Boolean |
getThursday() |
Boolean |
getTuesday() |
Boolean |
getWednesday() |
void |
setAt(Integer at)
Set the at timestamp
|
void |
setEnd(Integer end) |
void |
setFriday(Boolean friday) |
void |
setMonday(Boolean monday) |
void |
setSaturday(Boolean saturday) |
void |
setStart(Integer start) |
void |
setSunday(Boolean sunday) |
void |
setThursday(Boolean thursday) |
void |
setTuesday(Boolean tuesday) |
void |
setWednesday(Boolean wednesday) |
public Integer getStart()
public Integer getEnd()
public Boolean getMonday()
public Boolean getTuesday()
public Boolean getWednesday()
public Boolean getThursday()
public Boolean getFriday()
public Boolean getSaturday()
public Boolean getSunday()
public Integer getAt()
public void setStart(Integer start)
start
- the start to setpublic void setEnd(Integer end)
end
- the end to setpublic void setMonday(Boolean monday)
monday
- the monday to setpublic void setTuesday(Boolean tuesday)
tuesday
- the tuesday to setpublic void setWednesday(Boolean wednesday)
wednesday
- the wednesday to setpublic void setThursday(Boolean thursday)
thursday
- the thursday to setpublic void setFriday(Boolean friday)
friday
- the friday to setpublic void setSaturday(Boolean saturday)
saturday
- the saturday to setpublic void setSunday(Boolean sunday)
sunday
- the sunday to setpublic void setAt(Integer at)
at
- timestampCopyright © 2015 Gentics Software. All rights reserved.