org.kuali.rice.krad.data.jpa.eclipselink
Class KradEclipseLinkCustomizerTest.TestEntity2
java.lang.Object
   org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.krad.bo.DataObjectBase
       org.kuali.rice.krad.data.jpa.eclipselink.KradEclipseLinkCustomizerTest.TestEntity2
org.kuali.rice.krad.data.jpa.eclipselink.KradEclipseLinkCustomizerTest.TestEntity2
- All Implemented Interfaces: 
- Serializable, GloballyUnique, Versioned
- Enclosing class:
- KradEclipseLinkCustomizerTest
- @Entity
public static class KradEclipseLinkCustomizerTest.TestEntity2 
- extends DataObjectBase
Simple entity for testing of id generation. Using the TRV_ACCT table because it's available and easy to
 map to.
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KradEclipseLinkCustomizerTest.TestEntity2
public KradEclipseLinkCustomizerTest.TestEntity2()
getAmId
public Long getAmId()
- 
 
setAmId
public void setAmId(Long amId)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getNumber
public String getNumber()
- 
 
setNumber
public void setNumber(String number)
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.