org.apache.beehive.netui.util.config.bean
Class TypeConverterConfig

Object
  extended by TypeConverterConfig

public class TypeConverterConfig
extends Object


Constructor Summary
TypeConverterConfig(String type, String converterClass)
           
 
Method Summary
 String getConverterClass()
           
 String getType()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverterConfig

public TypeConverterConfig(String type,
                           String converterClass)
Method Detail

getType

public String getType()

getConverterClass

public String getConverterClass()