oracle.jdeveloper.audit.service
Class Profile.Setter
java.lang.Object
oracle.jdeveloper.audit.service.Profile.Setter
- Enclosing class:
- Profile
- public static class Profile.Setter
- extends java.lang.Object
An XML encodable setter class. Should not be public, but the
persistence delegate requires that it be, for the moment.
Constructor Summary |
Profile.Setter(java.lang.reflect.Method method,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Profile.Setter
public Profile.Setter(java.lang.reflect.Method method,
java.lang.Object value)
getMethod
public java.lang.reflect.Method getMethod()
getValue
public java.lang.Object getValue()
invoke
public void invoke(java.lang.Object target)
toString
public java.lang.String toString()
Copyright © 1997, 2004, Oracle. All rights reserved.