ma.glasnost.orika.test.boundmapperfacade
Class ObjectCollectionTestCase.Entity

java.lang.Object
  extended by ma.glasnost.orika.test.boundmapperfacade.ObjectCollectionTestCase.Entity
Enclosing class:
ObjectCollectionTestCase

public static class ObjectCollectionTestCase.Entity
extends Object


Constructor Summary
ObjectCollectionTestCase.Entity()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
           
 String getName()
           
 int hashCode()
           
 boolean isNew()
           
 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.Entity

public ObjectCollectionTestCase.Entity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

isNew

public boolean isNew()

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.