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

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

public static class Issue25TestCase.Entity
extends Object


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

Constructor Detail

Issue25TestCase.Entity

public Issue25TestCase.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()


Copyright © 2012 Glasnost. All Rights Reserved.