org.kuali.rice.krad.datadictionary.impl
Class FieldOverrideForValueReplaceImpl

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.impl.FieldOverrideForValueReplaceImpl
All Implemented Interfaces:
FieldOverride

public class FieldOverrideForValueReplaceImpl
extends Object
implements FieldOverride

A Field Override used to replace value elements from a Data Dictionary bean.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
FieldOverrideForValueReplaceImpl()
           
 
Method Summary
 String getPropertyName()
          Return the property name to perform the override.
 Object getValue()
           
 Object performFieldOverride(Object bean, Object property)
          perform the override.
 void setPropertyName(String propertyName)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldOverrideForValueReplaceImpl

public FieldOverrideForValueReplaceImpl()
Method Detail

getPropertyName

public String getPropertyName()
Description copied from interface: FieldOverride
Return the property name to perform the override.

Specified by:
getPropertyName in interface FieldOverride
Returns:

setPropertyName

public void setPropertyName(String propertyName)

getValue

public Object getValue()

setValue

public void setValue(Object value)

performFieldOverride

public Object performFieldOverride(Object bean,
                                   Object property)
Description copied from interface: FieldOverride
perform the override.

Specified by:
performFieldOverride in interface FieldOverride
Returns:


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