uk.co.jemos.podam.test.dto.annotations
Class ByteRangeValuesPojo
java.lang.Object
uk.co.jemos.podam.test.dto.annotations.ByteRangeValuesPojo
- All Implemented Interfaces:
- Serializable
public class ByteRangeValuesPojo
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
byteFieldWithMinValueOnly
private byte byteFieldWithMinValueOnly
byteFieldWithMaxValueOnly
private byte byteFieldWithMaxValueOnly
byteFieldWithMinAndMaxValue
private byte byteFieldWithMinAndMaxValue
byteObjectFieldWithMinValueOnly
private Byte byteObjectFieldWithMinValueOnly
byteObjectFieldWithMaxValueOnly
private Byte byteObjectFieldWithMaxValueOnly
byteObjectFieldWithMinAndMaxValue
private Byte byteObjectFieldWithMinAndMaxValue
ByteRangeValuesPojo
public ByteRangeValuesPojo()
getByteFieldWithMinValueOnly
public byte getByteFieldWithMinValueOnly()
- Returns:
- the byteFieldWithMinValueOnly
setByteFieldWithMinValueOnly
public void setByteFieldWithMinValueOnly(byte byteFieldWithMinValueOnly)
- Parameters:
byteFieldWithMinValueOnly
- the byteFieldWithMinValueOnly to set
getByteFieldWithMaxValueOnly
public byte getByteFieldWithMaxValueOnly()
- Returns:
- the byteFieldWithMaxValueOnly
setByteFieldWithMaxValueOnly
public void setByteFieldWithMaxValueOnly(byte byteFieldWithMaxValueOnly)
- Parameters:
byteFieldWithMaxValueOnly
- the byteFieldWithMaxValueOnly to set
getByteFieldWithMinAndMaxValue
public byte getByteFieldWithMinAndMaxValue()
- Returns:
- the byteFieldWithMinAndMaxValue
setByteFieldWithMinAndMaxValue
public void setByteFieldWithMinAndMaxValue(byte byteFieldWithMinAndMaxValue)
- Parameters:
byteFieldWithMinAndMaxValue
- the byteFieldWithMinAndMaxValue to set
getByteObjectFieldWithMinValueOnly
public Byte getByteObjectFieldWithMinValueOnly()
- Returns:
- the byteObjectFieldWithMinValueOnly
setByteObjectFieldWithMinValueOnly
public void setByteObjectFieldWithMinValueOnly(Byte byteObjectFieldWithMinValueOnly)
- Parameters:
byteObjectFieldWithMinValueOnly
- the byteObjectFieldWithMinValueOnly to set
getByteObjectFieldWithMaxValueOnly
public Byte getByteObjectFieldWithMaxValueOnly()
- Returns:
- the byteObjectFieldWithMaxValueOnly
setByteObjectFieldWithMaxValueOnly
public void setByteObjectFieldWithMaxValueOnly(Byte byteObjectFieldWithMaxValueOnly)
- Parameters:
byteObjectFieldWithMaxValueOnly
- the byteObjectFieldWithMaxValueOnly to set
getByteObjectFieldWithMinAndMaxValue
public Byte getByteObjectFieldWithMinAndMaxValue()
- Returns:
- the byteObjectFieldWithMinAndMaxValue
setByteObjectFieldWithMinAndMaxValue
public void setByteObjectFieldWithMinAndMaxValue(Byte byteObjectFieldWithMinAndMaxValue)
- Parameters:
byteObjectFieldWithMinAndMaxValue
- the byteObjectFieldWithMinAndMaxValue 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.