uk.co.jemos.podam.test.dto.annotations
Class DoubleRangeValuesPojo

java.lang.Object
  extended by 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

Field Summary
private  double doubleFieldWithMaxValueOnly
           
private  double doubleFieldWithMinAndMaxValue
           
private  double doubleFieldWithMinValueOnly
           
private  Double doubleObjectFieldWithMaxValueOnly
           
private  Double doubleObjectFieldWithMinAndMaxValue
           
private  Double doubleObjectFieldWithMinValueOnly
           
private static long serialVersionUID
           
 
Constructor Summary
DoubleRangeValuesPojo()
           
 
Method Summary
 double getDoubleFieldWithMaxValueOnly()
           
 double getDoubleFieldWithMinAndMaxValue()
           
 double getDoubleFieldWithMinValueOnly()
           
 Double getDoubleObjectFieldWithMaxValueOnly()
           
 Double getDoubleObjectFieldWithMinAndMaxValue()
           
 Double getDoubleObjectFieldWithMinValueOnly()
           
 void setDoubleFieldWithMaxValueOnly(double doubleFieldWithMaxValueOnly)
           
 void setDoubleFieldWithMinAndMaxValue(double doubleFieldWithMinAndMaxValue)
           
 void setDoubleFieldWithMinValueOnly(double doubleFieldWithMinValueOnly)
           
 void setDoubleObjectFieldWithMaxValueOnly(Double doubleObjectFieldWithMaxValueOnly)
           
 void setDoubleObjectFieldWithMinAndMaxValue(Double doubleObjectFieldWithMinAndMaxValue)
           
 void setDoubleObjectFieldWithMinValueOnly(Double doubleObjectFieldWithMinValueOnly)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DoubleRangeValuesPojo

public DoubleRangeValuesPojo()
Method Detail

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.

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.