@Entity public class TestDataObjectTwoPkFields extends Object
Constructor and Description |
---|
TestDataObjectTwoPkFields() |
Modifier and Type | Method and Description |
---|---|
KualiDecimal |
getCurrencyProperty() |
Date |
getDateProperty() |
String |
getPrimaryKeyProperty() |
String |
getPrimaryKeyPropertyTwo() |
String |
getStringProperty() |
void |
setCurrencyProperty(KualiDecimal currencyProperty) |
void |
setDateProperty(Date dateProperty) |
void |
setPrimaryKeyProperty(String primaryKeyProperty) |
void |
setPrimaryKeyPropertyTwo(String primaryKeyPropertyTwo) |
void |
setStringProperty(String stringProperty) |
public TestDataObjectTwoPkFields()
public String getStringProperty()
public void setStringProperty(String stringProperty)
public String getPrimaryKeyProperty()
public void setPrimaryKeyProperty(String primaryKeyProperty)
public String getPrimaryKeyPropertyTwo()
public void setPrimaryKeyPropertyTwo(String primaryKeyPropertyTwo)
public Date getDateProperty()
public void setDateProperty(Date dateProperty)
public KualiDecimal getCurrencyProperty()
public void setCurrencyProperty(KualiDecimal currencyProperty)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.