ma.glasnost.orika.test.community
Class CustomMergerTest.Entity

java.lang.Object
  extended by ma.glasnost.orika.test.community.CustomMergerTest.Entity
Direct Known Subclasses:
CustomMergerTest.ChildEntity
Enclosing class:
CustomMergerTest

public static class CustomMergerTest.Entity
extends Object


Constructor Summary
CustomMergerTest.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

CustomMergerTest.Entity

public CustomMergerTest.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.