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

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.annotations.IntegerRangeValuesPojo
All Implemented Interfaces:
Serializable

public class IntegerRangeValuesPojo
extends Object
implements Serializable

POJO to test the PodamIntValue annotation

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  Integer integerObjectFieldWithMaxValueOnly
           
private  Integer integerObjectFieldWithMinAndMaxValue
           
private  Integer integerObjectFieldWithMinValueOnly
           
private  int intFieldWithMaxValueOnly
           
private  int intFieldWithMinAndMaxValue
           
private  int intFieldWithMinValueOnly
           
private static long serialVersionUID
           
 
Constructor Summary
IntegerRangeValuesPojo()
           
 
Method Summary
 Integer getIntegerObjectFieldWithMaxValueOnly()
           
 Integer getIntegerObjectFieldWithMinAndMaxValue()
           
 Integer getIntegerObjectFieldWithMinValueOnly()
           
 int getIntFieldWithMaxValueOnly()
           
 int getIntFieldWithMinAndMaxValue()
           
 int getIntFieldWithMinValueOnly()
           
 void setIntegerObjectFieldWithMaxValueOnly(Integer integerObjectFieldWithMaxValueOnly)
           
 void setIntegerObjectFieldWithMinAndMaxValue(Integer integerObjectFieldWithMinAndMaxValue)
           
 void setIntegerObjectFieldWithMinValueOnly(Integer integerObjectFieldWithMinValueOnly)
           
 void setIntFieldWithMaxValueOnly(int intFieldWithMaxValueOnly)
           
 void setIntFieldWithMinAndMaxValue(int intFieldWithMinAndMaxValue)
           
 void setIntFieldWithMinValueOnly(int intFieldWithMinValueOnly)
           
 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

intFieldWithMinValueOnly

private int intFieldWithMinValueOnly

intFieldWithMaxValueOnly

private int intFieldWithMaxValueOnly

intFieldWithMinAndMaxValue

private int intFieldWithMinAndMaxValue

integerObjectFieldWithMinValueOnly

private Integer integerObjectFieldWithMinValueOnly

integerObjectFieldWithMaxValueOnly

private Integer integerObjectFieldWithMaxValueOnly

integerObjectFieldWithMinAndMaxValue

private Integer integerObjectFieldWithMinAndMaxValue
Constructor Detail

IntegerRangeValuesPojo

public IntegerRangeValuesPojo()
Method Detail

getIntFieldWithMinValueOnly

public int getIntFieldWithMinValueOnly()
Returns:
the intFieldWithMinValueOnly

setIntFieldWithMinValueOnly

public void setIntFieldWithMinValueOnly(int intFieldWithMinValueOnly)
Parameters:
intFieldWithMinValueOnly - the intFieldWithMinValueOnly to set

getIntFieldWithMaxValueOnly

public int getIntFieldWithMaxValueOnly()
Returns:
the intFieldWithMaxValueOnly

setIntFieldWithMaxValueOnly

public void setIntFieldWithMaxValueOnly(int intFieldWithMaxValueOnly)
Parameters:
intFieldWithMaxValueOnly - the intFieldWithMaxValueOnly to set

getIntFieldWithMinAndMaxValue

public int getIntFieldWithMinAndMaxValue()
Returns:
the intFieldWithMinAndMaxValue

setIntFieldWithMinAndMaxValue

public void setIntFieldWithMinAndMaxValue(int intFieldWithMinAndMaxValue)
Parameters:
intFieldWithMinAndMaxValue - the intFieldWithMinAndMaxValue to set

getIntegerObjectFieldWithMinValueOnly

public Integer getIntegerObjectFieldWithMinValueOnly()
Returns:
the integerObjectFieldWithMinValueOnly

setIntegerObjectFieldWithMinValueOnly

public void setIntegerObjectFieldWithMinValueOnly(Integer integerObjectFieldWithMinValueOnly)
Parameters:
integerObjectFieldWithMinValueOnly - the integerObjectFieldWithMinValueOnly to set

getIntegerObjectFieldWithMaxValueOnly

public Integer getIntegerObjectFieldWithMaxValueOnly()
Returns:
the integerObjectFieldWithMaxValueOnly

setIntegerObjectFieldWithMaxValueOnly

public void setIntegerObjectFieldWithMaxValueOnly(Integer integerObjectFieldWithMaxValueOnly)
Parameters:
integerObjectFieldWithMaxValueOnly - the integerObjectFieldWithMaxValueOnly to set

getIntegerObjectFieldWithMinAndMaxValue

public Integer getIntegerObjectFieldWithMinAndMaxValue()
Returns:
the integerObjectFieldWithMinAndMaxValue

setIntegerObjectFieldWithMinAndMaxValue

public void setIntegerObjectFieldWithMinAndMaxValue(Integer integerObjectFieldWithMinAndMaxValue)
Parameters:
integerObjectFieldWithMinAndMaxValue - the integerObjectFieldWithMinAndMaxValue 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.