|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.TimeManagement
public class TimeManagement
TimeManagement object for time management of pages in GCN
Constructor Summary | |
---|---|
TimeManagement()
Constructor used by JAXB |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeManagement()
Method Detail |
---|
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
- timestamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |