public class CustomDoubleObject extends BaseTestObject implements CustomDoubleObjectIF
Constructor and Description |
---|
CustomDoubleObject() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
double |
getTheDouble() |
void |
setName(String name) |
void |
setTheDouble(double theDouble) |
equals, hashCode, toString
public double getTheDouble()
getTheDouble
in interface CustomDoubleObjectIF
public void setTheDouble(double theDouble)
setTheDouble
in interface CustomDoubleObjectIF
public String getName()
getName
in interface CustomDoubleObjectIF
public void setName(String name)
setName
in interface CustomDoubleObjectIF
Copyright © 2005-2014 dozer. All Rights Reserved.