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

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

@Entity
public class AnotherReferencedDataObject
extends Object


Constructor Summary
AnotherReferencedDataObject()
           
 
Method Summary
 Date getDateProperty()
           
 String getSomeOtherStringProperty()
           
 String getStringProperty()
           
 void setDateProperty(Date dateProperty)
           
 void setSomeOtherStringProperty(String someOtherStringProperty)
           
 void setStringProperty(String stringProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherReferencedDataObject

public AnotherReferencedDataObject()
Method Detail

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String stringProperty)

getSomeOtherStringProperty

public String getSomeOtherStringProperty()

setSomeOtherStringProperty

public void setSomeOtherStringProperty(String someOtherStringProperty)

getDateProperty

public Date getDateProperty()

setDateProperty

public void setDateProperty(Date dateProperty)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.