com.gentics.contentnode.rest.model
Class TimeManagement

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

public class TimeManagement
extends Object
implements 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
 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

TimeManagement

public TimeManagement()
Constructor used by JAXB

Method Detail

getStart

public Integer getStart()
Returns:
the start

getEnd

public Integer getEnd()
Returns:
the end

getMonday

public Boolean getMonday()
Returns:
the monday

getTuesday

public Boolean getTuesday()
Returns:
the tuesday

getWednesday

public Boolean getWednesday()
Returns:
the wednesday

getThursday

public Boolean getThursday()
Returns:
the thursday

getFriday

public Boolean getFriday()
Returns:
the friday

getSaturday

public Boolean getSaturday()
Returns:
the saturday

getSunday

public Boolean getSunday()
Returns:
the sunday

getAt

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

Returns:
publish timestamp

setStart

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

setEnd

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

setMonday

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

setTuesday

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

setWednesday

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

setThursday

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

setFriday

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

setSaturday

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

setSunday

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

setAt

public void setAt(Integer at)
Set the at timestamp

Parameters:
at - timestamp


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.