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

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

Field Summary
private  byte byteFieldWithMaxValueOnly
           
private  byte byteFieldWithMinAndMaxValue
           
private  byte byteFieldWithMinValueOnly
           
private  Byte byteObjectFieldWithMaxValueOnly
           
private  Byte byteObjectFieldWithMinAndMaxValue
           
private  Byte byteObjectFieldWithMinValueOnly
           
private static long serialVersionUID
           
 
Constructor Summary
ByteRangeValuesPojo()
           
 
Method Summary
 byte getByteFieldWithMaxValueOnly()
           
 byte getByteFieldWithMinAndMaxValue()
           
 byte getByteFieldWithMinValueOnly()
           
 Byte getByteObjectFieldWithMaxValueOnly()
           
 Byte getByteObjectFieldWithMinAndMaxValue()
           
 Byte getByteObjectFieldWithMinValueOnly()
           
 void setByteFieldWithMaxValueOnly(byte byteFieldWithMaxValueOnly)
           
 void setByteFieldWithMinAndMaxValue(byte byteFieldWithMinAndMaxValue)
           
 void setByteFieldWithMinValueOnly(byte byteFieldWithMinValueOnly)
           
 void setByteObjectFieldWithMaxValueOnly(Byte byteObjectFieldWithMaxValueOnly)
           
 void setByteObjectFieldWithMinAndMaxValue(Byte byteObjectFieldWithMinAndMaxValue)
           
 void setByteObjectFieldWithMinValueOnly(Byte byteObjectFieldWithMinValueOnly)
           
 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

byteFieldWithMinValueOnly

private byte byteFieldWithMinValueOnly

byteFieldWithMaxValueOnly

private byte byteFieldWithMaxValueOnly

byteFieldWithMinAndMaxValue

private byte byteFieldWithMinAndMaxValue

byteObjectFieldWithMinValueOnly

private Byte byteObjectFieldWithMinValueOnly

byteObjectFieldWithMaxValueOnly

private Byte byteObjectFieldWithMaxValueOnly

byteObjectFieldWithMinAndMaxValue

private Byte byteObjectFieldWithMinAndMaxValue
Constructor Detail

ByteRangeValuesPojo

public ByteRangeValuesPojo()
Method Detail

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.

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

Copyright © 2011. All Rights Reserved.