org.bejug.javacareers.jobs.view.jsf.model
Class ItemData

java.lang.Object
  extended byorg.bejug.javacareers.jobs.view.jsf.model.ItemData

public class ItemData
extends java.lang.Object

The Item JSf data.

Version:
$Revision: 1.1 $ - $Date: 2005/08/24 16:30:03 $
Author:
Peter Symoens (last modified by $Author: schauwvliege $)

Constructor Summary
ItemData()
           
 
Method Summary
 javax.faces.model.DataModel getItems()
           
static java.util.List getItemsList()
           
static void setItems(java.util.List itemsList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemData

public ItemData()
Method Detail

setItems

public static void setItems(java.util.List itemsList)
Parameters:
itemsList - The jobOffers to set filled by the jobAction.

getItemsList

public static java.util.List getItemsList()
Returns:
items Returns the itemlist.

getItems

public javax.faces.model.DataModel getItems()
Returns:
Returns the dataModel


Copyright © 2005-2006 BeJUG. All Rights Reserved.