uk.co.jemos.podam.test.dto
Class AbstractTestPojo
java.lang.Object
uk.co.jemos.podam.test.dto.AbstractTestPojo
public abstract class AbstractTestPojo
- extends Object
- Author:
- mtedone
Field Summary |
private int |
intField
An int field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intField
private int intField
- An int field
AbstractTestPojo
public AbstractTestPojo()
getIntField
public int getIntField()
- Returns:
- the intField
setIntField
public void setIntField(int intField)
- Parameters:
intField
- the intField to set
Copyright © 2011. All Rights Reserved.