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

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

Field Summary
private static long serialVersionUID
           
private  String[] strArray
           
private  Map<String,String> stringMap
           
private  List<String> strList
           
 
Constructor Summary
CollectionAnnotationPojo()
           
 
Method Summary
 String[] getStrArray()
           
 Map<String,String> getStringMap()
           
 List<String> getStrList()
           
 void setStrArray(String[] strArray)
           
 void setStringMap(Map<String,String> stringMap)
           
 void setStrList(List<String> strList)
           
 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

strList

private List<String> strList

strArray

private String[] strArray

stringMap

private Map<String,String> stringMap
Constructor Detail

CollectionAnnotationPojo

public CollectionAnnotationPojo()
Method Detail

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.

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

Copyright © 2011. All Rights Reserved.