org.dozer.fieldmap
Class DozerField

java.lang.Object
  extended by org.dozer.fieldmap.DozerField
All Implemented Interfaces:
Cloneable

public class DozerField
extends Object
implements Cloneable

Only intended for internal use.

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

Constructor Summary
DozerField(String name, String type)
           
 
Method Summary
protected  Object clone()
           
 String getCreateMethod()
           
 String getDateFormat()
           
 int getIndex()
           
 String getKey()
           
 String getMapGetMethod()
           
 String getMapSetMethod()
           
 String getName()
           
 String getTheGetMethod()
           
 String getTheSetMethod()
           
 String getType()
           
 Boolean isAccessible()
           
 boolean isCustomGetterSetterField()
           
 boolean isIndexed()
           
 boolean isMapTypeCustomGetterSetterField()
           
 void setAccessible(Boolean isAccessible)
           
 void setCreateMethod(String createMethod)
           
 void setDateFormat(String dateFormat)
           
 void setIndex(int index)
           
 void setIndexed(boolean isIndexed)
           
 void setKey(String key)
           
 void setMapGetMethod(String mapGetMethod)
           
 void setMapSetMethod(String mapSetMethod)
           
 void setName(String name)
           
 void setTheGetMethod(String theGetMethod)
           
 void setTheSetMethod(String theSetMethod)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DozerField

public DozerField(String name,
                  String type)
Method Detail

setType

public void setType(String type)

getType

public String getType()

getName

public String getName()

getDateFormat

public String getDateFormat()

setDateFormat

public void setDateFormat(String dateFormat)

getTheGetMethod

public String getTheGetMethod()

setTheGetMethod

public void setTheGetMethod(String theGetMethod)

getTheSetMethod

public String getTheSetMethod()

setTheSetMethod

public void setTheSetMethod(String theSetMethod)

getKey

public String getKey()

setKey

public void setKey(String key)

getMapGetMethod

public String getMapGetMethod()

setMapGetMethod

public void setMapGetMethod(String mapGetMethod)

getMapSetMethod

public String getMapSetMethod()

setMapSetMethod

public void setMapSetMethod(String mapSetMethod)

isAccessible

public Boolean isAccessible()

setAccessible

public void setAccessible(Boolean isAccessible)

getCreateMethod

public String getCreateMethod()

setCreateMethod

public void setCreateMethod(String createMethod)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

isIndexed

public boolean isIndexed()

setIndexed

public void setIndexed(boolean isIndexed)

setName

public void setName(String name)

isCustomGetterSetterField

public boolean isCustomGetterSetterField()

isMapTypeCustomGetterSetterField

public boolean isMapTypeCustomGetterSetterField()

toString

public String toString()
Overrides:
toString in class Object

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2005-2011 dozer. All Rights Reserved.