public class UserPage
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UserPage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserPage> |
getChildren()
Gets the children.
|
java.lang.String |
getClosePageUrl()
Gets the close page url.
|
java.lang.Object |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getUrl()
Gets the url.
|
void |
setChildren(java.util.List<UserPage> children)
Sets the children.
|
void |
setClosePageUrl(java.lang.String closePageUrl)
Sets the close page url.
|
void |
setId(java.lang.Object id)
Sets the id.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
public java.lang.String getClosePageUrl()
public void setClosePageUrl(java.lang.String closePageUrl)
closePageUrl - the new close page urlpublic java.lang.Object getId()
public void setId(java.lang.Object id)
id - the new idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the new urlpublic java.util.List<UserPage> getChildren()
public void setChildren(java.util.List<UserPage> children)
children - the new childrenCopyright © 2014. All Rights Reserved.