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

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

public class StringValuesPojo
extends Object
implements Serializable

POJO to test the PodamStringValue

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  String preciseValueString
           
private static long serialVersionUID
           
private  String twentyLengthString
           
 
Constructor Summary
StringValuesPojo()
           
 
Method Summary
 String getPreciseValueString()
           
 String getTwentyLengthString()
           
 void setPreciseValueString(String preciseValueString)
           
 void setTwentyLengthString(String twentyLengthString)
           
 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

twentyLengthString

private String twentyLengthString

preciseValueString

private String preciseValueString
Constructor Detail

StringValuesPojo

public StringValuesPojo()
Method Detail

getTwentyLengthString

public String getTwentyLengthString()
Returns:
the twentyLengthString

setTwentyLengthString

public void setTwentyLengthString(String twentyLengthString)
Parameters:
twentyLengthString - the twentyLengthString to set

getPreciseValueString

public String getPreciseValueString()
Returns:
the preciseValueString

setPreciseValueString

public void setPreciseValueString(String preciseValueString)
Parameters:
preciseValueString - the preciseValueString 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.