ma.glasnost.orika.test.collection
Class ObjectCollectionTestCase.Dto

java.lang.Object
  extended by ma.glasnost.orika.test.collection.ObjectCollectionTestCase.Dto
Enclosing class:
ObjectCollectionTestCase

public static class ObjectCollectionTestCase.Dto
extends Object


Constructor Summary
ObjectCollectionTestCase.Dto()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
           
 String getName()
           
 int hashCode()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCollectionTestCase.Dto

public ObjectCollectionTestCase.Dto()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Glasnost. All Rights Reserved.