com.gentics.contentnode.rest.model
Class TimeManagement

java.lang.Object
  extended by com.gentics.contentnode.rest.model.TimeManagement
All Implemented Interfaces:
java.io.Serializable

public class TimeManagement
extends java.lang.Object
implements java.io.Serializable

TimeManagement object for time management of pages in GCN

Author:
norbert
See Also:
Serialized Form

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

TimeManagement

public TimeManagement()
Constructor used by JAXB

Method Detail

getStart

public java.lang.Integer getStart()
Returns:
the start

getEnd

public java.lang.Integer getEnd()
Returns:
the end

getMonday

public java.lang.Boolean getMonday()
Returns:
the monday

getTuesday

public java.lang.Boolean getTuesday()
Returns:
the tuesday

getWednesday

public java.lang.Boolean getWednesday()
Returns:
the wednesday

getThursday

public java.lang.Boolean getThursday()
Returns:
the thursday

getFriday

public java.lang.Boolean getFriday()
Returns:
the friday

getSaturday

public java.lang.Boolean getSaturday()
Returns:
the saturday

getSunday

public java.lang.Boolean getSunday()
Returns:
the sunday

getAt

public java.lang.Integer getAt()
Get the timestamp at which the page will be published

Returns:
publish timestamp

setStart

public void setStart(java.lang.Integer start)
Parameters:
start - the start to set

setEnd

public void setEnd(java.lang.Integer end)
Parameters:
end - the end to set

setMonday

public void setMonday(java.lang.Boolean monday)
Parameters:
monday - the monday to set

setTuesday

public void setTuesday(java.lang.Boolean tuesday)
Parameters:
tuesday - the tuesday to set

setWednesday

public void setWednesday(java.lang.Boolean wednesday)
Parameters:
wednesday - the wednesday to set

setThursday

public void setThursday(java.lang.Boolean thursday)
Parameters:
thursday - the thursday to set

setFriday

public void setFriday(java.lang.Boolean friday)
Parameters:
friday - the friday to set

setSaturday

public void setSaturday(java.lang.Boolean saturday)
Parameters:
saturday - the saturday to set

setSunday

public void setSunday(java.lang.Boolean sunday)
Parameters:
sunday - the sunday to set

setAt

public void setAt(java.lang.Integer at)
Set the at timestamp

Parameters:
at - timestamp


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.