public class TestCustomConverterObject extends BaseTestObject
Modifier and Type | Field and Description |
---|---|
CustomDoubleObjectIF |
attribute |
Collection |
names |
CustomDoubleObjectIF |
primitiveDoubleAttribute |
Constructor and Description |
---|
TestCustomConverterObject() |
Modifier and Type | Method and Description |
---|---|
CustomDoubleObjectIF |
getAttribute() |
Collection |
getNames() |
CustomDoubleObjectIF |
getPrimitiveDoubleAttribute() |
void |
setAttribute(CustomDoubleObjectIF attribute) |
void |
setNames(Collection names) |
void |
setPrimitiveDoubleAttribute(CustomDoubleObjectIF primitiveDoubleAttribute) |
equals, hashCode, toString
public CustomDoubleObjectIF attribute
public CustomDoubleObjectIF primitiveDoubleAttribute
public Collection names
public CustomDoubleObjectIF getAttribute()
public void setAttribute(CustomDoubleObjectIF attribute)
public Collection getNames()
public void setNames(Collection names)
public CustomDoubleObjectIF getPrimitiveDoubleAttribute()
public void setPrimitiveDoubleAttribute(CustomDoubleObjectIF primitiveDoubleAttribute)
Copyright © 2005-2014 dozer. All Rights Reserved.