public class SimplePage extends Object implements Serializable
Constructor and Description |
---|
SimplePage()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Boolean |
getModified()
Modified flag
|
String |
getName() |
Boolean |
getOnline()
Online flag
|
String |
getPath()
Get the path to the page
|
String |
getUrl()
Get the URL
|
void |
setId(Integer id) |
void |
setModified(Boolean modified)
Set modified flag
|
void |
setName(String name) |
void |
setOnline(Boolean online)
Set online flag
|
void |
setPath(String path)
Set the path to the page
|
void |
setUrl(String url)
Set the URL to the page
|
public Integer getId()
public String getName()
public Boolean getOnline()
public Boolean getModified()
public void setId(Integer id)
id
- the id to setpublic void setName(String name)
name
- the name to setpublic void setOnline(Boolean online)
online
- online flagpublic void setModified(Boolean modified)
modified
- modified flagpublic String getUrl()
public void setUrl(String url)
url
- URL to the pagepublic String getPath()
public void setPath(String path)
path
- path to the pageCopyright © 2024 Gentics Software. All rights reserved.