uk.co.jemos.podam.test.dto.annotations
Class StringValuesPojo
java.lang.Object
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
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
twentyLengthString
private String twentyLengthString
preciseValueString
private String preciseValueString
StringValuesPojo
public StringValuesPojo()
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.
Copyright © 2011. All Rights Reserved.