org.jasig.portal.portlets.portletadmin.xmlsupport
Class CPDParameterList

java.lang.Object
  extended by org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameterList
All Implemented Interfaces:
Serializable

public class CPDParameterList
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CPDParameterList()
           
CPDParameterList(List<CPDStep> steps)
           
 
Method Summary
 List<CPDStep> getSteps()
           
 void setSteps(List<CPDStep> steps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDParameterList

public CPDParameterList()

CPDParameterList

public CPDParameterList(List<CPDStep> steps)
Method Detail

getSteps

public List<CPDStep> getSteps()

setSteps

public void setSteps(List<CPDStep> steps)


Copyright © 2010 Jasig. All Rights Reserved.