org.dozer.classmap
Class DozerClass

java.lang.Object
  extended by org.dozer.classmap.DozerClass

public class DozerClass
extends Object

Only intended for internal use.

Author:
garsombke.franz, sullins.ben, tierney.matt

Constructor Summary
DozerClass()
           
DozerClass(String name, Class<?> classToMap, String beanFactory, String factoryBeanId, String mapGetMethod, String mapSetMethod, String createMethod, Boolean mapNull, Boolean mapEmptyString, Boolean accessible)
           
 
Method Summary
 String getBeanFactory()
           
 Class<?> getClassToMap()
           
 String getCreateMethod()
           
 String getFactoryBeanId()
           
 Boolean getMapEmptyString()
           
 String getMapGetMethod()
           
 Boolean getMapNull()
           
 String getMapSetMethod()
           
 String getName()
           
 Boolean isAccesible()
           
 boolean isMapTypeCustomGetterSetterClass()
           
 void setAccessible(Boolean accessible)
           
 void setBeanFactory(String beanFactory)
           
 void setCreateMethod(String createMethod)
           
 void setFactoryBeanId(String factoryBeanId)
           
 void setMapEmptyString(Boolean mapEmptyString)
           
 void setMapGetMethod(String mapGetMethod)
           
 void setMapNull(Boolean mapNull)
           
 void setMapSetMethod(String mapSetMethod)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DozerClass

public DozerClass()

DozerClass

public DozerClass(String name,
                  Class<?> classToMap,
                  String beanFactory,
                  String factoryBeanId,
                  String mapGetMethod,
                  String mapSetMethod,
                  String createMethod,
                  Boolean mapNull,
                  Boolean mapEmptyString,
                  Boolean accessible)
Method Detail

getBeanFactory

public String getBeanFactory()

setBeanFactory

public void setBeanFactory(String beanFactory)

getClassToMap

public Class<?> getClassToMap()

getName

public String getName()

setName

public void setName(String name)

getFactoryBeanId

public String getFactoryBeanId()

setFactoryBeanId

public void setFactoryBeanId(String factoryBeanId)

getMapGetMethod

public String getMapGetMethod()

setMapGetMethod

public void setMapGetMethod(String mapGetMethod)

getMapSetMethod

public String getMapSetMethod()

setMapSetMethod

public void setMapSetMethod(String mapSetMethod)

getCreateMethod

public String getCreateMethod()

setCreateMethod

public void setCreateMethod(String createMethod)

getMapNull

public Boolean getMapNull()

setMapNull

public void setMapNull(Boolean mapNull)

getMapEmptyString

public Boolean getMapEmptyString()

setMapEmptyString

public void setMapEmptyString(Boolean mapEmptyString)

isMapTypeCustomGetterSetterClass

public boolean isMapTypeCustomGetterSetterClass()

isAccesible

public Boolean isAccesible()

setAccessible

public void setAccessible(Boolean accessible)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 dozer. All Rights Reserved.