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

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

public static class CustomMergerTest.Dto
extends Object


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

CustomMergerTest.Dto

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