org.sakaiproject.delegatedaccess.model
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOptionSerialized
public ListOptionSerialized(String id,
String name,
boolean selected)
setSelected
public void setSelected(boolean selected)
isSelected
public boolean isSelected()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2003-2012 Sakai Project. All Rights Reserved.