uk.co.jemos.podam.test.dto
Class SimplePojoToTestSetters
java.lang.Object
uk.co.jemos.podam.test.dto.SimplePojoToTestSetters
- All Implemented Interfaces:
- Serializable
public class SimplePojoToTestSetters
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
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
SimplePojoToTestSetters
public SimplePojoToTestSetters()
- No args-constructor
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.
Copyright © 2011. All Rights Reserved.