Class SimplePage
java.lang.Object
com.gentics.contentnode.rest.model.SimplePage
- All Implemented Interfaces:
Serializable
dumbed down representation of a page
- Author:
- clemens
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimplePage
public SimplePage()Constructor used by JAXB
-
-
Method Details
-
getId
- Returns:
- the id
-
getName
- Returns:
- the name
-
getOnline
Online flag- Returns:
- online flag
-
getModified
Modified flag- Returns:
- modified flag
-
setId
- Parameters:
id
- the id to set
-
setName
- Parameters:
name
- the name to set
-
setOnline
Set online flag- Parameters:
online
- online flag
-
setModified
Set modified flag- Parameters:
modified
- modified flag
-
getUrl
Get the URL- Returns:
- the URL
-
setUrl
Set the URL to the page- Parameters:
url
- URL to the page
-
getPath
Get the path to the page- Returns:
- path to the page
-
setPath
Set the path to the page- Parameters:
path
- path to the page
-