net.sf.fikin.pojostate.select
Class AbstractMethodMeta

java.lang.Object
  extended by net.sf.fikin.pojostate.select.AbstractMethodMeta
All Implemented Interfaces:
MethodMeta
Direct Known Subclasses:
DefaultMethodMeta, ExplicitMethodMeta

public abstract class AbstractMethodMeta
extends java.lang.Object
implements MethodMeta

Prototype of MethodMeta interfaces

It provides with Method getter/setter methods only. Subclasses are responsible of providing the actual implementation for name, description and format. created on Mar 2, 2007

Since:
Version:
$Revision: 1.2 $
Author:
fiykov

Constructor Summary
AbstractMethodMeta(java.lang.reflect.Method method)
          construct new metadata with given Method
 
Method Summary
 java.lang.reflect.Method getMethod()
          Underlying java.lang.reflect.method object, represented by this Property
 void setMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.fikin.pojostate.MethodMeta
getDescription, getFormat, getName
 

Constructor Detail

AbstractMethodMeta

public AbstractMethodMeta(java.lang.reflect.Method method)
construct new metadata with given Method

Parameters:
method -
Method Detail

setMethod

public void setMethod(java.lang.reflect.Method method)
Parameters:
method - The method to set.

getMethod

public java.lang.reflect.Method getMethod()
Description copied from interface: MethodMeta
Underlying java.lang.reflect.method object, represented by this Property

Specified by:
getMethod in interface MethodMeta
Returns:
Returns the method.


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.