public class ListOptionSerialized extends Object implements Serializable
| Constructor and Description |
|---|
ListOptionSerialized(String id,
String name,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
boolean |
isSelected() |
void |
setId(String id) |
void |
setName(String name) |
void |
setSelected(boolean selected) |
Copyright © 2003–2019 Sakai Project. All rights reserved.