org.kuali.rice.kns.util.spring
Class NamedOrderedListBean

java.lang.Object
  extended by org.kuali.rice.kns.util.spring.NamedOrderedListBean

public class NamedOrderedListBean
extends Object

This class can be used to group items in spring for later retrieval by list name. Order is important, because it is used to facilitate overrides.


Constructor Summary
NamedOrderedListBean()
           
 
Method Summary
 List<String> getList()
           
 String getName()
           
 void setListItem(String listItem)
           
 void setListItems(List<String> listItems)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedOrderedListBean

public NamedOrderedListBean()
Method Detail

setListItem

public void setListItem(String listItem)

setListItems

public void setListItems(List<String> listItems)

getList

public List<String> getList()

getName

public String getName()

setName

public void setName(String name)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.