org.kuali.rice.krad.data.jpa.testbo
Class TestDataObject
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDataObject
public TestDataObject()
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.