uk.co.jemos.podam.test.dto
Class ConstructorWithSelfReferencesPojo
java.lang.Object
uk.co.jemos.podam.test.dto.ConstructorWithSelfReferencesPojo
- All Implemented Interfaces:
- Serializable
public class ConstructorWithSelfReferencesPojo
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
intField
private int intField
- Int field
parent
private ConstructorWithSelfReferencesPojo parent
- Parent instance
anotherParent
private ConstructorWithSelfReferencesPojo anotherParent
- Another parent instance
ConstructorWithSelfReferencesPojo
public ConstructorWithSelfReferencesPojo()
- No-args constructor
ConstructorWithSelfReferencesPojo
public ConstructorWithSelfReferencesPojo(int intField,
ConstructorWithSelfReferencesPojo parent,
ConstructorWithSelfReferencesPojo anotherParent)
- Parameters:
intField
- parent
- anotherParent
-
getIntField
public int getIntField()
- Returns:
- the intField
getParent
public ConstructorWithSelfReferencesPojo getParent()
- Returns:
- the parent
getAnotherParent
public ConstructorWithSelfReferencesPojo getAnotherParent()
- Returns:
- the anotherParent
Copyright © 2011. All Rights Reserved.