uk.co.jemos.podam.test.dto
Class ExcludeAnnotationPojo
java.lang.Object
uk.co.jemos.podam.test.dto.ExcludeAnnotationPojo
- All Implemented Interfaces:
- Serializable
public class ExcludeAnnotationPojo
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
intField
private int intField
- an int field
somePojo
private SimplePojoToTestSetters somePojo
- another object
ExcludeAnnotationPojo
public ExcludeAnnotationPojo()
- No-args constructor
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.
Copyright © 2011. All Rights Reserved.