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

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.AbstractOneDimensionalPojo
      extended by uk.co.jemos.podam.test.dto.OneDimensionalChildPojo

public class OneDimensionalChildPojo
extends AbstractOneDimensionalPojo

Child class to test inheritance

Author:
mtedone

Field Summary
private  int intField
          An int field
private  String strField
          A String field
 
Constructor Summary
OneDimensionalChildPojo()
          No-args constructor
 
Method Summary
 int getIntField()
           
 String getStrField()
           
 void setIntField(int intField)
           
 void setStrField(String strField)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class uk.co.jemos.podam.test.dto.AbstractOneDimensionalPojo
getParentCalendarField, getParentIntField, setParentCalendarField, setParentIntField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

intField

private int intField
An int field


strField

private String strField
A String field

Constructor Detail

OneDimensionalChildPojo

public OneDimensionalChildPojo()
No-args constructor

Method Detail

getIntField

public int getIntField()
Returns:
the intField

setIntField

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

getStrField

public String getStrField()
Returns:
the strField

setStrField

public void setStrField(String strField)
Parameters:
strField - the strField to set

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class AbstractOneDimensionalPojo
Returns:
a String representation of this object.

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

Copyright © 2011. All Rights Reserved.