@Entity @Label(value="Label From Annotation") public class TestDataObject extends Object implements Serializable
Type | Property and Description |
---|---|
boolean |
isBoolean |
Constructor and Description |
---|
TestDataObject() |
public TestDataObject()
@NonPersistentProperty @Label(value="Test Data Object") public String getKeyAndString()
public List<CollectionDataObject> getCollectionProperty()
public void setCollectionProperty(List<CollectionDataObject> collectionProperty)
public String getStringProperty()
public void setStringProperty(String stringProperty)
public String getPrimaryKeyProperty()
public void setPrimaryKeyProperty(String primaryKeyProperty)
public Date getDateProperty()
public void setDateProperty(Date dateProperty)
public KualiDecimal getCurrencyProperty()
public void setCurrencyProperty(KualiDecimal currencyProperty)
public List<CollectionDataObjectTwo> getCollectionPropertyTwo()
public void setCollectionPropertyTwo(List<CollectionDataObjectTwo> collectionPropertyTwo)
public ReferencedDataObject getReferencedObject()
public void setReferencedObject(ReferencedDataObject referencedObject)
public NonStandardDataType getNonStandardDataType()
public void setNonStandardDataType(NonStandardDataType nonStandardDataType)
public List<IndirectlyLinkedCollectionDataObject> getIndirectCollection()
public void setIndirectCollection(List<IndirectlyLinkedCollectionDataObject> indirectCollection)
public String getNonPersistedProperty()
public void setNonPersistedProperty(String nonPersistedProperty)
public AnotherReferencedDataObject getAnotherReferencedObject()
public void setAnotherReferencedObject(AnotherReferencedDataObject anotherReferencedObject)
public YetAnotherReferencedDataObject getYetAnotherReferencedObject()
public void setYetAnotherReferencedObject(YetAnotherReferencedDataObject yetAnotherReferencedObject)
public String getLongStringProperty()
public void setLongStringProperty(String longStringProperty)
public boolean isBooleanProperty()
public void setBooleanProperty(boolean booleanProperty)
public String getEncryptedProperty()
public void setEncryptedProperty(String encryptedProperty)
public String getReadOnlyProperty()
public void setReadOnlyProperty(String readOnlyProperty)
public List<SomeOtherCollection> getSomeOtherCollection()
public void setSomeOtherCollection(List<SomeOtherCollection> someOtherCollection)
public List<CollectionDataObjectThree> getCollectionPropertyThree()
public void setCollectionPropertyThree(List<CollectionDataObjectThree> collectionPropertyThree)
public Object getExtension()
public void setExtension(Object extension)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.