ma.glasnost.orika.test.generator
Class BeanToListGenerationTestCase.Student

java.lang.Object
  extended by ma.glasnost.orika.test.generator.BeanToListGenerationTestCase.Student
Enclosing class:
BeanToListGenerationTestCase

public static class BeanToListGenerationTestCase.Student
extends Object


Field Summary
 String email
           
 BeanToListGenerationTestCase.Grade grade
           
 String id
           
 BeanToListGenerationTestCase.Name name
           
 
Constructor Summary
BeanToListGenerationTestCase.Student()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grade

public BeanToListGenerationTestCase.Grade grade

id

public String id

email

public String email

name

public BeanToListGenerationTestCase.Name name
Constructor Detail

BeanToListGenerationTestCase.Student

public BeanToListGenerationTestCase.Student()


Copyright © 2012 Glasnost. All Rights Reserved.