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

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

public class SimplePojoToTestSetters
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  int intField
          An int field
private static long serialVersionUID
           
private  String stringField
          A string field
 
Constructor Summary
SimplePojoToTestSetters()
          No args-constructor
 
Method Summary
 boolean equals(Object obj)
           
 int getIntField()
           
 String getStringField()
           
 int hashCode()
           
 void setIntField(int intField)
           
 void setStringField(String stringField)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

stringField

private String stringField
A string field


intField

private int intField
An int field

Constructor Detail

SimplePojoToTestSetters

public SimplePojoToTestSetters()
No args-constructor

Method Detail

getStringField

public String getStringField()
Returns:
the stringField

setStringField

public void setStringField(String stringField)
Parameters:
stringField - the stringField to set

getIntField

public int getIntField()
Returns:
the intField

setIntField

public void setIntField(int intField)
Parameters:
intField - the intField to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

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.