ariba.util.fieldvalue
Class CompiledAccessor

java.lang.Object
  extended by ariba.util.fieldvalue.CompiledAccessor

public abstract class CompiledAccessor
extends Object


Constructor Summary
CompiledAccessor()
           
 
Method Summary
abstract  Object getValue(Object target)
           
abstract  void setValue(Object target, Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledAccessor

public CompiledAccessor()
Method Detail

setValue

public abstract void setValue(Object target,
                              Object value)

getValue

public abstract Object getValue(Object target)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.