public class ResourceDescriptionItem extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceDescriptionItem() |
|
ResourceDescriptionItem(String id,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
description(String description) |
String |
id() |
void |
id(String id) |
int |
maxSelectable() |
int |
minSelectable() |
List<ResourceItem> |
resources() |
void |
resources(List<ResourceItem> resource) |
public String id()
public void id(String id)
id - the id to setpublic String description()
public void description(String description)
description - the description to setpublic List<ResourceItem> resources()
public void resources(List<ResourceItem> resource)
resource - the resource to setpublic int minSelectable()
public int maxSelectable()
Copyright © 2019. All Rights Reserved.