ma.glasnost.orika.test.generator
Class ExpanderTestCase.Year

java.lang.Object
  extended by ma.glasnost.orika.test.generator.ExpanderTestCase.Year
Enclosing class:
ExpanderTestCase

public static class ExpanderTestCase.Year
extends Object


Field Summary
 List<ExpanderTestCase.Month> months
           
 String yearAnimal
           
 int yearNumber
           
 
Constructor Summary
ExpanderTestCase.Year()
           
 
Method Summary
 boolean equals(Object that)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

yearNumber

public int yearNumber

yearAnimal

public String yearAnimal

months

public List<ExpanderTestCase.Month> months
Constructor Detail

ExpanderTestCase.Year

public ExpanderTestCase.Year()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Glasnost. All Rights Reserved.