org.bejug.javacareers.project.properties
Class ItemValueBindingList
java.lang.Object
org.bejug.javacareers.project.properties.ItemValueBindingList
- public class ItemValueBindingList
- extends java.lang.Object
This class holds the list of ItemValueBindings.
- Version:
- $Revision: 1.7 $ - $Date: 2005/12/20 15:36:47 $:
- Author:
- : Peter Symoens (Last modified by $Author: shally $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemValueBindingList
public ItemValueBindingList()
setItemList
public void setItemList(ItemValueBinding[] itemList)
- Parameters:
itemList - The itemListto set.
add
public void add(org.bejug.javacareers.jobs.model.Item item)
- Parameters:
item - Item
remove
public void remove(org.bejug.javacareers.jobs.model.Item item)
- Parameters:
item - Item
getBindingList
public java.util.List getBindingList()
- Returns:
- the ValueBindingList
Copyright © 2005-2006 BeJUG. All Rights Reserved.