public class TestCustomConverterObjectPrime extends BaseTestObject
Modifier and Type | Field and Description |
---|---|
Double |
doubleAttribute |
Collection<?> |
names |
double |
primitiveDoubleAttribute |
Constructor and Description |
---|
TestCustomConverterObjectPrime() |
Modifier and Type | Method and Description |
---|---|
Double |
getDoubleAttribute() |
Collection<?> |
getNames() |
double |
getPrimitiveDoubleAttribute() |
void |
setDoubleAttribute(Double attribute) |
void |
setNames(Collection<?> names) |
void |
setPrimitiveDoubleAttribute(double primitiveDoubleAttribute) |
equals, hashCode, toString
public Double doubleAttribute
public double primitiveDoubleAttribute
public Collection<?> names
public Double getDoubleAttribute()
public void setDoubleAttribute(Double attribute)
public Collection<?> getNames()
public void setNames(Collection<?> names)
public double getPrimitiveDoubleAttribute()
public void setPrimitiveDoubleAttribute(double primitiveDoubleAttribute)
Copyright © 2005-2014 dozer. All Rights Reserved.