org.kuali.rice.kns.lookup
Class LookupResultsDDBo
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.rice.kns.lookup.LookupResultsDDBo
- All Implemented Interfaces:
- Serializable, 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
someValue
private String someValue
LookupResultsDDBo
public LookupResultsDDBo(String value)
getSomeValue
public String getSomeValue()
- Returns:
- the someValue
setSomeValue
public void setSomeValue(String someValue)
- Parameters:
someValue
- the someValue to set
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.