uk.co.jemos.podam.test.dto.annotations
Class IntegerRangeValuesPojo
java.lang.Object
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
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
IntegerRangeValuesPojo
public IntegerRangeValuesPojo()
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.
Copyright © 2011. All Rights Reserved.