uk.co.jemos.podam.test.dto
Class ConstructorWithSelfReferencesPojo

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.ConstructorWithSelfReferencesPojo
All Implemented Interfaces:
Serializable

public class ConstructorWithSelfReferencesPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  ConstructorWithSelfReferencesPojo anotherParent
          Another parent instance
private  int intField
          Int field
private  ConstructorWithSelfReferencesPojo parent
          Parent instance
private static long serialVersionUID
           
 
Constructor Summary
ConstructorWithSelfReferencesPojo()
          No-args constructor
ConstructorWithSelfReferencesPojo(int intField, ConstructorWithSelfReferencesPojo parent, ConstructorWithSelfReferencesPojo anotherParent)
           
 
Method Summary
 ConstructorWithSelfReferencesPojo getAnotherParent()
           
 int getIntField()
           
 ConstructorWithSelfReferencesPojo getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

ConstructorWithSelfReferencesPojo

public ConstructorWithSelfReferencesPojo()
No-args constructor


ConstructorWithSelfReferencesPojo

public ConstructorWithSelfReferencesPojo(int intField,
                                         ConstructorWithSelfReferencesPojo parent,
                                         ConstructorWithSelfReferencesPojo anotherParent)
Parameters:
intField -
parent -
anotherParent -
Method Detail

getIntField

public int getIntField()
Returns:
the intField

getParent

public ConstructorWithSelfReferencesPojo getParent()
Returns:
the parent

getAnotherParent

public ConstructorWithSelfReferencesPojo getAnotherParent()
Returns:
the anotherParent

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

Copyright © 2011. All Rights Reserved.