org.kuali.rice.krad.data.provider.jpa.testbo
Class CollectionDataObject

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

@Entity
public class CollectionDataObject
extends Object


Constructor Summary
CollectionDataObject()
           
 
Method Summary
 String getCollectionKeyProperty()
           
 String getPrimaryKeyProperty()
           
 String getStringProperty()
           
 void setCollectionKeyProperty(String collectionKeyProperty)
           
 void setPrimaryKeyProperty(String primaryKeyProperty)
           
 void setStringProperty(String stringProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionDataObject

public CollectionDataObject()
Method Detail

getPrimaryKeyProperty

public String getPrimaryKeyProperty()

setPrimaryKeyProperty

public void setPrimaryKeyProperty(String primaryKeyProperty)

getCollectionKeyProperty

public String getCollectionKeyProperty()

setCollectionKeyProperty

public void setCollectionKeyProperty(String collectionKeyProperty)

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String stringProperty)


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