uk.co.jemos.podam.test.dto
Class NoDefaultConstructorPojo
java.lang.Object
uk.co.jemos.podam.test.dto.NoDefaultConstructorPojo
- All Implemented Interfaces:
- Serializable
public class NoDefaultConstructorPojo
- 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
NoDefaultConstructorPojo
public NoDefaultConstructorPojo(int intField)
- Parameters:
intField
-
getIntField
public int getIntField()
- Returns:
- the intField
setIntField
public void setIntField(int intField)
- Parameters:
intField
- the intField 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.