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

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.testbo.TestDataObject
All Implemented Interfaces:
Serializable

@Entity
@Label(value="Label From Annotation")
public class TestDataObject
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TestDataObject()
           
 
Method Summary
 AnotherReferencedDataObject getAnotherReferencedObject()
           
 List<CollectionDataObject> getCollectionProperty()
           
 List<CollectionDataObjectThree> getCollectionPropertyThree()
           
 List<CollectionDataObjectTwo> getCollectionPropertyTwo()
           
 KualiDecimal getCurrencyProperty()
           
 Date getDateProperty()
           
 String getEncryptedProperty()
           
 Object getExtension()
           
 List<IndirectlyLinkedCollectionDataObject> getIndirectCollection()
           
 String getKeyAndString()
           
 String getLongStringProperty()
           
 String getNonPersistedProperty()
           
 NonStandardDataType getNonStandardDataType()
           
 String getPrimaryKeyProperty()
           
 String getReadOnlyProperty()
           
 ReferencedDataObject getReferencedObject()
           
 List<SomeOtherCollection> getSomeOtherCollection()
           
 String getStringProperty()
           
 YetAnotherReferencedDataObject getYetAnotherReferencedObject()
           
 boolean isBooleanProperty()
           
 void setAnotherReferencedObject(AnotherReferencedDataObject anotherReferencedObject)
           
 void setBooleanProperty(boolean booleanProperty)
           
 void setCollectionProperty(List<CollectionDataObject> collectionProperty)
           
 void setCollectionPropertyThree(List<CollectionDataObjectThree> collectionPropertyThree)
           
 void setCollectionPropertyTwo(List<CollectionDataObjectTwo> collectionPropertyTwo)
           
 void setCurrencyProperty(KualiDecimal currencyProperty)
           
 void setDateProperty(Date dateProperty)
           
 void setEncryptedProperty(String encryptedProperty)
           
 void setExtension(Object extension)
           
 void setIndirectCollection(List<IndirectlyLinkedCollectionDataObject> indirectCollection)
           
 void setLongStringProperty(String longStringProperty)
           
 void setNonPersistedProperty(String nonPersistedProperty)
           
 void setNonStandardDataType(NonStandardDataType nonStandardDataType)
           
 void setPrimaryKeyProperty(String primaryKeyProperty)
           
 void setReadOnlyProperty(String readOnlyProperty)
           
 void setReferencedObject(ReferencedDataObject referencedObject)
           
 void setSomeOtherCollection(List<SomeOtherCollection> someOtherCollection)
           
 void setStringProperty(String stringProperty)
           
 void setYetAnotherReferencedObject(YetAnotherReferencedDataObject yetAnotherReferencedObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataObject

public TestDataObject()
Method Detail

getKeyAndString

@NonPersistentProperty
@Label(value="Test Data Object")
public String getKeyAndString()

getCollectionProperty

public List<CollectionDataObject> getCollectionProperty()

setCollectionProperty

public void setCollectionProperty(List<CollectionDataObject> collectionProperty)

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String stringProperty)

getPrimaryKeyProperty

public String getPrimaryKeyProperty()

setPrimaryKeyProperty

public void setPrimaryKeyProperty(String primaryKeyProperty)

getDateProperty

public Date getDateProperty()

setDateProperty

public void setDateProperty(Date dateProperty)

getCurrencyProperty

public KualiDecimal getCurrencyProperty()

setCurrencyProperty

public void setCurrencyProperty(KualiDecimal currencyProperty)

getCollectionPropertyTwo

public List<CollectionDataObjectTwo> getCollectionPropertyTwo()

setCollectionPropertyTwo

public void setCollectionPropertyTwo(List<CollectionDataObjectTwo> collectionPropertyTwo)

getReferencedObject

public ReferencedDataObject getReferencedObject()

setReferencedObject

public void setReferencedObject(ReferencedDataObject referencedObject)

getNonStandardDataType

public NonStandardDataType getNonStandardDataType()

setNonStandardDataType

public void setNonStandardDataType(NonStandardDataType nonStandardDataType)

getIndirectCollection

public List<IndirectlyLinkedCollectionDataObject> getIndirectCollection()

setIndirectCollection

public void setIndirectCollection(List<IndirectlyLinkedCollectionDataObject> indirectCollection)

getNonPersistedProperty

public String getNonPersistedProperty()

setNonPersistedProperty

public void setNonPersistedProperty(String nonPersistedProperty)

getAnotherReferencedObject

public AnotherReferencedDataObject getAnotherReferencedObject()

setAnotherReferencedObject

public void setAnotherReferencedObject(AnotherReferencedDataObject anotherReferencedObject)

getYetAnotherReferencedObject

public YetAnotherReferencedDataObject getYetAnotherReferencedObject()

setYetAnotherReferencedObject

public void setYetAnotherReferencedObject(YetAnotherReferencedDataObject yetAnotherReferencedObject)

getLongStringProperty

public String getLongStringProperty()

setLongStringProperty

public void setLongStringProperty(String longStringProperty)

isBooleanProperty

public boolean isBooleanProperty()

setBooleanProperty

public void setBooleanProperty(boolean booleanProperty)

getEncryptedProperty

public String getEncryptedProperty()

setEncryptedProperty

public void setEncryptedProperty(String encryptedProperty)

getReadOnlyProperty

public String getReadOnlyProperty()

setReadOnlyProperty

public void setReadOnlyProperty(String readOnlyProperty)

getSomeOtherCollection

public List<SomeOtherCollection> getSomeOtherCollection()

setSomeOtherCollection

public void setSomeOtherCollection(List<SomeOtherCollection> someOtherCollection)

getCollectionPropertyThree

public List<CollectionDataObjectThree> getCollectionPropertyThree()

setCollectionPropertyThree

public void setCollectionPropertyThree(List<CollectionDataObjectThree> collectionPropertyThree)

getExtension

public Object getExtension()

setExtension

public void setExtension(Object extension)


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