org.kuali.rice.krad.lookup
Class LookupResultsDDBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.TransientBusinessObjectBase
          extended by org.kuali.rice.krad.lookup.LookupResultsDDBo
All Implemented Interfaces:
Serializable, ModelObjectBasic, BusinessObject

public class LookupResultsDDBo
extends TransientBusinessObjectBase

Mock business object to try out the LookupResults DD support strategy

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
LookupResultsDDBo(String value)
           
 
Method Summary
 String getSomeValue()
           
 void setSomeValue(String someValue)
           
 
Methods inherited from class org.kuali.rice.krad.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookupResultsDDBo

public LookupResultsDDBo(String value)
Method Detail

getSomeValue

public String getSomeValue()
Returns:
the someValue

setSomeValue

public void setSomeValue(String someValue)
Parameters:
someValue - the someValue to set


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