org.jasig.portlet.announcements.model
Class RoleSelection

java.lang.Object
  extended by org.jasig.portlet.announcements.model.RoleSelection
All Implemented Interfaces:
Serializable

public class RoleSelection
extends Object
implements Serializable

Author:
Erik A. Olsson (eolsson@uci.edu) $LastChangedBy$ $LastChangedDate$
See Also:
Serialized Form

Constructor Summary
RoleSelection()
           
RoleSelection(Set<String> selection)
           
 
Method Summary
 List<String> getSelectedRoles()
           
 void setSelectedRoles(List<String> selectedRoles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSelection

public RoleSelection()

RoleSelection

public RoleSelection(Set<String> selection)
Method Detail

getSelectedRoles

public List<String> getSelectedRoles()

setSelectedRoles

public void setSelectedRoles(List<String> selectedRoles)


Copyright © 2012 Jasig, Inc.. All Rights Reserved.