|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.jemos.podam.test.dto.NoSetterWithCollectionInConstructorPojo
public class NoSetterWithCollectionInConstructorPojo
A Pojo to test constructors with collections as arguments
Field Summary | |
---|---|
private int |
intField
An int field |
private static long |
serialVersionUID
|
private List<String> |
strList
A list of strings |
Constructor Summary | |
---|---|
NoSetterWithCollectionInConstructorPojo(List<String> strList,
int intField)
Full constructor |
Method Summary | |
---|---|
int |
getIntField()
|
List<String> |
getStrList()
|
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 |
---|
private static final long serialVersionUID
private final List<String> strList
private final int intField
Constructor Detail |
---|
public NoSetterWithCollectionInConstructorPojo(List<String> strList, int intField)
strList
- A list of StringsintField
- An int fieldMethod Detail |
---|
public List<String> getStrList()
public int getIntField()
public String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |