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

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

public class NoDefaultConstructorPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  int intField
          An int field
private static long serialVersionUID
           
 
Constructor Summary
NoDefaultConstructorPojo(int intField)
           
 
Method Summary
 int getIntField()
           
 void setIntField(int intField)
           
 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

Constructor Detail

NoDefaultConstructorPojo

public NoDefaultConstructorPojo(int intField)
Parameters:
intField -
Method Detail

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.

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.