|
||||||||||
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 | |
---|---|
java.lang.Integer |
getAt()
Get the timestamp at which the page will be published |
java.lang.Integer |
getEnd()
|
java.lang.Boolean |
getFriday()
|
java.lang.Boolean |
getMonday()
|
java.lang.Boolean |
getSaturday()
|
java.lang.Integer |
getStart()
|
java.lang.Boolean |
getSunday()
|
java.lang.Boolean |
getThursday()
|
java.lang.Boolean |
getTuesday()
|
java.lang.Boolean |
getWednesday()
|
void |
setAt(java.lang.Integer at)
Set the at timestamp |
void |
setEnd(java.lang.Integer end)
|
void |
setFriday(java.lang.Boolean friday)
|
void |
setMonday(java.lang.Boolean monday)
|
void |
setSaturday(java.lang.Boolean saturday)
|
void |
setStart(java.lang.Integer start)
|
void |
setSunday(java.lang.Boolean sunday)
|
void |
setThursday(java.lang.Boolean thursday)
|
void |
setTuesday(java.lang.Boolean tuesday)
|
void |
setWednesday(java.lang.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 java.lang.Integer getStart()
public java.lang.Integer getEnd()
public java.lang.Boolean getMonday()
public java.lang.Boolean getTuesday()
public java.lang.Boolean getWednesday()
public java.lang.Boolean getThursday()
public java.lang.Boolean getFriday()
public java.lang.Boolean getSaturday()
public java.lang.Boolean getSunday()
public java.lang.Integer getAt()
public void setStart(java.lang.Integer start)
start
- the start to setpublic void setEnd(java.lang.Integer end)
end
- the end to setpublic void setMonday(java.lang.Boolean monday)
monday
- the monday to setpublic void setTuesday(java.lang.Boolean tuesday)
tuesday
- the tuesday to setpublic void setWednesday(java.lang.Boolean wednesday)
wednesday
- the wednesday to setpublic void setThursday(java.lang.Boolean thursday)
thursday
- the thursday to setpublic void setFriday(java.lang.Boolean friday)
friday
- the friday to setpublic void setSaturday(java.lang.Boolean saturday)
saturday
- the saturday to setpublic void setSunday(java.lang.Boolean sunday)
sunday
- the sunday to setpublic void setAt(java.lang.Integer at)
at
- timestamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |