uk.co.jemos.podam.test.dto.annotations
Class CollectionAnnotationPojo
java.lang.Object
uk.co.jemos.podam.test.dto.annotations.CollectionAnnotationPojo
- All Implemented Interfaces:
- Serializable
public class CollectionAnnotationPojo
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
strList
private List<String> strList
strArray
private String[] strArray
stringMap
private Map<String,String> stringMap
CollectionAnnotationPojo
public CollectionAnnotationPojo()
getStrList
public List<String> getStrList()
- Returns:
- the strList
setStrList
public void setStrList(List<String> strList)
- Parameters:
strList
- the strList to set
getStrArray
public String[] getStrArray()
- Returns:
- the strArray
setStrArray
public void setStrArray(String[] strArray)
- Parameters:
strArray
- the strArray to set
getStringMap
public Map<String,String> getStringMap()
- Returns:
- the stringMap
setStringMap
public void setStringMap(Map<String,String> stringMap)
- Parameters:
stringMap
- the stringMap 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.