org.kuali.rice.krad.data.jpa.testbo
Class YetAnotherReferencedDataObject

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.testbo.YetAnotherReferencedDataObject

@Entity
public class YetAnotherReferencedDataObject
extends Object


Constructor Summary
YetAnotherReferencedDataObject()
           
 
Method Summary
 String getId()
           
 String getSomeOtherStringProperty()
           
 void setId(String id)
           
 void setSomeOtherStringProperty(String someOtherStringProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YetAnotherReferencedDataObject

public YetAnotherReferencedDataObject()
Method Detail

getSomeOtherStringProperty

public String getSomeOtherStringProperty()

setSomeOtherStringProperty

public void setSomeOtherStringProperty(String someOtherStringProperty)

getId

public String getId()

setId

public void setId(String id)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.