uk.co.jemos.podam.test.dto
Class PrivateNoArgConstructorPojo
java.lang.Object
uk.co.jemos.podam.test.dto.PrivateNoArgConstructorPojo
- All Implemented Interfaces:
- Serializable
public class PrivateNoArgConstructorPojo
- 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
PrivateNoArgConstructorPojo
private PrivateNoArgConstructorPojo()
getIntField
public int getIntField()
- Returns:
- the intField
setIntField
public void setIntField(int intField)
- Parameters:
intField
- the intField to set
Copyright © 2011. All Rights Reserved.