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

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

@Entity
public class TestDataObjectTwoPkFields
extends Object


Constructor Summary
TestDataObjectTwoPkFields()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataObjectTwoPkFields

public TestDataObjectTwoPkFields()
Method Detail

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String stringProperty)

getPrimaryKeyProperty

public String getPrimaryKeyProperty()

setPrimaryKeyProperty

public void setPrimaryKeyProperty(String primaryKeyProperty)

getPrimaryKeyPropertyTwo

public String getPrimaryKeyPropertyTwo()

setPrimaryKeyPropertyTwo

public void setPrimaryKeyPropertyTwo(String primaryKeyPropertyTwo)

getDateProperty

public Date getDateProperty()

setDateProperty

public void setDateProperty(Date dateProperty)

getCurrencyProperty

public KualiDecimal getCurrencyProperty()

setCurrencyProperty

public void setCurrencyProperty(KualiDecimal currencyProperty)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.