org.fm.addressbook.util
Class BeanUtil

java.lang.Object
  extended by org.fm.addressbook.util.BeanUtil

public class BeanUtil
extends java.lang.Object

JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/

Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html

BeanUtil class manages all managed beans in the application.

Author:
Tennyson Varghese
Aneesh S

Constructor Summary
BeanUtil()
           
 
Method Summary
static AddressBookBean getAddressBean()
           
static ApplicationBean getApplicationBean()
           
static CategoryBean getCategoryBean()
           
static ContactBean getContactBean()
           
static FileUploadBean getFileUploadBean()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtil

public BeanUtil()
Method Detail

getContactBean

public static ContactBean getContactBean()

getAddressBean

public static AddressBookBean getAddressBean()

getCategoryBean

public static CategoryBean getCategoryBean()

getFileUploadBean

public static FileUploadBean getFileUploadBean()

getApplicationBean

public static ApplicationBean getApplicationBean()