org.springframework.ldap.samples.person.options
Class CompanyConverter
java.lang.Object
net.sf.chainedoptions.AbstractBeanConverter
org.springframework.ldap.samples.person.options.CompanyConverter
- All Implemented Interfaces:
- net.sf.chainedoptions.BeanConverter
public class CompanyConverter
- extends net.sf.chainedoptions.AbstractBeanConverter
Responsible for converting the properties of a Company domain object into a
LabelValueBean.
- Author:
- Ulrik Sandberg
Method Summary |
protected net.sf.chainedoptions.LabelValueBean |
convertBean(Object bean)
|
Methods inherited from class net.sf.chainedoptions.AbstractBeanConverter |
convert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompanyConverter
public CompanyConverter()
convertBean
protected net.sf.chainedoptions.LabelValueBean convertBean(Object bean)
- Specified by:
convertBean
in class net.sf.chainedoptions.AbstractBeanConverter
Copyright © 2006-2009 Spring Framework. All Rights Reserved.