ma.glasnost.orika.test.community
Class Issue65TestCase.DomainObject

java.lang.Object
  extended by ma.glasnost.orika.test.community.Issue65TestCase.DomainObject
Enclosing class:
Issue65TestCase

public static class Issue65TestCase.DomainObject
extends Object


Constructor Summary
Issue65TestCase.DomainObject()
           
 
Method Summary
 Date getDate()
           
 Long getValue()
           
 void setDate(Date date)
           
 void setValue(Long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue65TestCase.DomainObject

public Issue65TestCase.DomainObject()
Method Detail

getValue

public Long getValue()
Returns:
the value

setValue

public void setValue(Long value)
Parameters:
value - the value to set

getDate

public Date getDate()
Returns:
the date

setDate

public void setDate(Date date)
Parameters:
date - the date to set


Copyright © 2012 Glasnost. All Rights Reserved.