public class FunctionalityItem extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FunctionalityItem() |
|
FunctionalityItem(int id,
String name,
String description,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionalityItem> |
children() |
void |
children(List<FunctionalityItem> children) |
String |
description() |
void |
description(String description) |
int |
id() |
void |
id(int id) |
boolean |
mandatory() |
void |
mandatory(boolean mandatory) |
String |
name() |
void |
name(String name) |
List<ResourceDescriptionItem> |
selectableResourcesDescription() |
void |
selectableResourcesDescription(List<ResourceDescriptionItem> selectableResourcesDescription) |
boolean |
selected() |
void |
selected(boolean selected) |
String |
toString() |
public int id()
public void id(int id)
id - the id to setpublic String name()
public void name(String name)
name - the name to setpublic String description()
public void description(String description)
description - the description to setpublic boolean selected()
public void selected(boolean selected)
selected - the selected to setpublic boolean mandatory()
public void mandatory(boolean mandatory)
mandatory - the mandatory to setpublic List<ResourceDescriptionItem> selectableResourcesDescription()
public void selectableResourcesDescription(List<ResourceDescriptionItem> selectableResourcesDescription)
selectableResourcesDescription - the selectableResourcesDescription to setpublic List<FunctionalityItem> children()
public void children(List<FunctionalityItem> children)
childs - the childs to setCopyright © 2019. All Rights Reserved.