|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.jemos.podam.test.dto.RecursivePojo
public class RecursivePojo
POJO to test a recursive hierarchy, like the one between parent and child
Field Summary | |
---|---|
private int |
intField
An int field |
private RecursivePojo |
parent
An instance to itself in a hierarchical structure |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
RecursivePojo()
No-args constructor |
Method Summary | |
---|---|
int |
getIntField()
|
RecursivePojo |
getParent()
|
void |
setIntField(int intField)
|
void |
setParent(RecursivePojo parent)
|
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 int intField
private RecursivePojo parent
Constructor Detail |
---|
public RecursivePojo()
Method Detail |
---|
public int getIntField()
public void setIntField(int intField)
intField
- the intField to setpublic RecursivePojo getParent()
public void setParent(RecursivePojo parent)
parent
- the parent to setpublic 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 |