public class UserPagesGroup extends Object
| Constructor and Description |
|---|
UserPagesGroup(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(UserPage page,
boolean displayed)
Add user page.
|
boolean |
equals(Object obj) |
Set<UserPage> |
getDisplayedPages()
Getter for displayedPages.
|
Set<UserPage> |
getHiddenPages()
Getter for hiddenPages.
|
String |
getIcon()
Getter for icon.
|
String |
getLabelKey()
Getter for labelKey.
|
String |
getName()
Getter for name.
|
Set<UserPage> |
getPages()
Getter for pages.
|
int |
hashCode() |
void |
setIcon(String icon)
Setter for icon.
|
void |
setLabelKey(String labelKey)
Setter for labelKey.
|
String |
toString() |
public UserPagesGroup(String name)
name - group namepublic void add(UserPage page, boolean displayed)
page - user pagedisplayed - displayed page indicatorpublic String getName()
public Set<UserPage> getDisplayedPages()
public Set<UserPage> getHiddenPages()
public String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic String getLabelKey()
public void setLabelKey(String labelKey)
labelKey - the labelKey to setCopyright © 2016. All rights reserved.