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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SimplePagepublic SimplePage()Constructor used by JAXB
 
- 
- 
Method Details- 
getId- Returns:
- the id
 
- 
getName- Returns:
- the name
 
- 
getOnlineOnline flag- Returns:
- online flag
 
- 
getModifiedModified flag- Returns:
- modified flag
 
- 
setId- Parameters:
- id- the id to set
 
- 
setName- Parameters:
- name- the name to set
 
- 
setOnlineSet online flag- Parameters:
- online- online flag
 
- 
setModifiedSet modified flag- Parameters:
- modified- modified flag
 
- 
getUrlGet the URL- Returns:
- the URL
 
- 
setUrlSet the URL to the page- Parameters:
- url- URL to the page
 
- 
getPathGet the path to the page- Returns:
- path to the page
 
- 
setPathSet the path to the page- Parameters:
- path- path to the page
 
 
-