com.gentics.contentnode.rest.model
Class SimplePage

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

public class SimplePage
extends Object
implements Serializable

dumbed down representation of a page

Author:
clemens
See Also:
Serialized Form

Constructor Summary
SimplePage()
          Constructor used by JAXB
 
Method Summary
 Integer getId()
           
 String getName()
           
 String getPath()
          Get the path to the page
 Integer getStatus()
           
 String getUrl()
          Get the URL
 void setId(Integer id)
           
 void setName(String name)
           
 void setPath(String path)
          Set the path to the page
 void setStatus(Integer status)
           
 void setUrl(String url)
          Set the URL to the page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePage

public SimplePage()
Constructor used by JAXB

Method Detail

getId

public Integer getId()
Returns:
the id

getName

public String getName()
Returns:
the name

getStatus

public Integer getStatus()
Returns:
page status

setId

public void setId(Integer id)
Parameters:
id - the id to set

setName

public void setName(String name)
Parameters:
name - the name to set

setStatus

public void setStatus(Integer status)

getUrl

public String getUrl()
Get the URL

Returns:
the URL

setUrl

public void setUrl(String url)
Set the URL to the page

Parameters:
url - URL to the page

getPath

public String getPath()
Get the path to the page

Returns:
path to the page

setPath

public void setPath(String path)
Set the path to the page

Parameters:
path - path to the page


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.