Class ListOptionSerialized
- java.lang.Object
-
- org.sakaiproject.delegatedaccess.model.ListOptionSerialized
-
- All Implemented Interfaces:
Serializable
public class ListOptionSerialized extends Object implements Serializable
This is a serialized representation of a Sakai Tool- Author:
- Bryan Holladay (holladay@longsight.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListOptionSerialized(String id, String name, boolean selected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()booleanisSelected()voidsetId(String id)voidsetName(String name)voidsetSelected(boolean selected)
-