org.milyn.scribe.reflection
Class EntityMethod

java.lang.Object
  extended by org.milyn.scribe.reflection.EntityMethod

public class EntityMethod
extends Object

Author:
maurice.zeijen@smies.com

Constructor Summary
EntityMethod(Method method, boolean returnsEntity)
           
 
Method Summary
 Object invoke(Object obj, Object entity)
           
 Object invoke(Object obj, String id, Object entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityMethod

public EntityMethod(Method method,
                    boolean returnsEntity)
Method Detail

invoke

public Object invoke(Object obj,
                     Object entity)

invoke

public Object invoke(Object obj,
                     String id,
                     Object entity)


Copyright © 2014. All Rights Reserved.