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

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

public class ExcludeAnnotationPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  int intField
          an int field
private static long serialVersionUID
           
private  SimplePojoToTestSetters somePojo
          another object
 
Constructor Summary
ExcludeAnnotationPojo()
          No-args constructor
 
Method Summary
 int getIntField()
           
 SimplePojoToTestSetters getSomePojo()
           
 void setIntField(int intField)
           
 void setSomePojo(SimplePojoToTestSetters somePojo)
           
 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

intField

private int intField
an int field


somePojo

private SimplePojoToTestSetters somePojo
another object

Constructor Detail

ExcludeAnnotationPojo

public ExcludeAnnotationPojo()
No-args constructor

Method Detail

getIntField

public int getIntField()
Returns:
the intField

setIntField

public void setIntField(int intField)
Parameters:
intField - the intField to set

getSomePojo

public SimplePojoToTestSetters getSomePojo()
Returns:
the somePojo

setSomePojo

public void setSomePojo(SimplePojoToTestSetters somePojo)
Parameters:
somePojo - the somePojo 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.