org.dozer.fieldmap
Class DozerField
java.lang.Object
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
DozerField
public DozerField(String name,
String type)
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.