|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.SimplePage
public class SimplePage
dumbed down representation of a page
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 |
---|
public SimplePage()
Method Detail |
---|
public Integer getId()
public String getName()
public Integer getStatus()
public void setId(Integer id)
id
- the id to setpublic void setName(String name)
name
- the name to setpublic void setStatus(Integer status)
public String getUrl()
public void setUrl(String url)
url
- URL to the pagepublic String getPath()
public void setPath(String path)
path
- path to the page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |