org.springframework.ldap.samples.person.options
Class CompanyConverter

java.lang.Object
  extended by net.sf.chainedoptions.AbstractBeanConverter
      extended by 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

Constructor Summary
CompanyConverter()
           
 
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
 

Constructor Detail

CompanyConverter

public CompanyConverter()
Method Detail

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.