public class ResourceItem extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceItem() |
|
ResourceItem(String id,
String name,
String description,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
description(String description) |
String |
id() |
void |
id(String id) |
String |
name() |
void |
name(String name) |
boolean |
selected() |
void |
selected(boolean selected) |
public String id()
public void id(String 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 setCopyright © 2019. All Rights Reserved.