public class SimplePage extends Object implements Serializable
Constructor and Description |
---|
SimplePage()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
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
|
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 pageCopyright © 2015 Gentics Software GmbH. All rights reserved.