org.fm.addressbook.util
Class BeanUtil
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanUtil
public BeanUtil()
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()