org.concord.pedagogica.engine
Class DomainMethod

java.lang.Object
  |
  +--org.concord.pedagogica.engine.DomainMethod

public class DomainMethod
extends java.lang.Object


Field Summary
protected  java.lang.reflect.Method method
           
 
Constructor Summary
DomainMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected java.lang.reflect.Method method
Constructor Detail

DomainMethod

public DomainMethod(java.lang.reflect.Method method)