uk.co.jemos.podam.test.dto.annotations
Class DoubleRangeValuesPojo
java.lang.Object
uk.co.jemos.podam.test.dto.annotations.DoubleRangeValuesPojo
- All Implemented Interfaces:
- Serializable
public class DoubleRangeValuesPojo
- extends Object
- implements Serializable
POJO to test the PodamDoubleValue
annotation
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
doubleFieldWithMinValueOnly
private double doubleFieldWithMinValueOnly
doubleFieldWithMaxValueOnly
private double doubleFieldWithMaxValueOnly
doubleFieldWithMinAndMaxValue
private double doubleFieldWithMinAndMaxValue
doubleObjectFieldWithMinValueOnly
private Double doubleObjectFieldWithMinValueOnly
doubleObjectFieldWithMaxValueOnly
private Double doubleObjectFieldWithMaxValueOnly
doubleObjectFieldWithMinAndMaxValue
private Double doubleObjectFieldWithMinAndMaxValue
DoubleRangeValuesPojo
public DoubleRangeValuesPojo()
getDoubleFieldWithMinValueOnly
public double getDoubleFieldWithMinValueOnly()
- Returns:
- the doubleFieldWithMinValueOnly
setDoubleFieldWithMinValueOnly
public void setDoubleFieldWithMinValueOnly(double doubleFieldWithMinValueOnly)
- Parameters:
doubleFieldWithMinValueOnly
- the doubleFieldWithMinValueOnly to set
getDoubleFieldWithMaxValueOnly
public double getDoubleFieldWithMaxValueOnly()
- Returns:
- the doubleFieldWithMaxValueOnly
setDoubleFieldWithMaxValueOnly
public void setDoubleFieldWithMaxValueOnly(double doubleFieldWithMaxValueOnly)
- Parameters:
doubleFieldWithMaxValueOnly
- the doubleFieldWithMaxValueOnly to set
getDoubleFieldWithMinAndMaxValue
public double getDoubleFieldWithMinAndMaxValue()
- Returns:
- the doubleFieldWithMinAndMaxValue
setDoubleFieldWithMinAndMaxValue
public void setDoubleFieldWithMinAndMaxValue(double doubleFieldWithMinAndMaxValue)
- Parameters:
doubleFieldWithMinAndMaxValue
- the doubleFieldWithMinAndMaxValue to set
getDoubleObjectFieldWithMinValueOnly
public Double getDoubleObjectFieldWithMinValueOnly()
- Returns:
- the doubleObjectFieldWithMinValueOnly
setDoubleObjectFieldWithMinValueOnly
public void setDoubleObjectFieldWithMinValueOnly(Double doubleObjectFieldWithMinValueOnly)
- Parameters:
doubleObjectFieldWithMinValueOnly
- the doubleObjectFieldWithMinValueOnly to set
getDoubleObjectFieldWithMaxValueOnly
public Double getDoubleObjectFieldWithMaxValueOnly()
- Returns:
- the doubleObjectFieldWithMaxValueOnly
setDoubleObjectFieldWithMaxValueOnly
public void setDoubleObjectFieldWithMaxValueOnly(Double doubleObjectFieldWithMaxValueOnly)
- Parameters:
doubleObjectFieldWithMaxValueOnly
- the doubleObjectFieldWithMaxValueOnly to set
getDoubleObjectFieldWithMinAndMaxValue
public Double getDoubleObjectFieldWithMinAndMaxValue()
- Returns:
- the doubleObjectFieldWithMinAndMaxValue
setDoubleObjectFieldWithMinAndMaxValue
public void setDoubleObjectFieldWithMinAndMaxValue(Double doubleObjectFieldWithMinAndMaxValue)
- Parameters:
doubleObjectFieldWithMinAndMaxValue
- the doubleObjectFieldWithMinAndMaxValue to set
toString
public String toString()
- Constructs a
String
with all attributes in name = value
format.
- Overrides:
toString
in class Object
- Returns:
- a
String
representation of this object.
Copyright © 2011. All Rights Reserved.