com.sun.jersey.api.model
Class AbstractSetterMethod

java.lang.Object
  extended by com.sun.jersey.api.model.AbstractSetterMethod
All Implemented Interfaces:
AbstractModelComponent, Parameterized

public class AbstractSetterMethod
extends java.lang.Object
implements Parameterized, AbstractModelComponent


Constructor Summary
AbstractSetterMethod(java.lang.reflect.Method method)
           
 
Method Summary
 void accept(AbstractModelVisitor visitor)
           
 java.util.List<AbstractModelComponent> getComponents()
           
 java.lang.reflect.Method getMethod()
           
 java.util.List<Parameter> getParameters()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSetterMethod

public AbstractSetterMethod(java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getParameters

public java.util.List<Parameter> getParameters()
Specified by:
getParameters in interface Parameterized

accept

public void accept(AbstractModelVisitor visitor)
Specified by:
accept in interface AbstractModelComponent

getComponents

public java.util.List<AbstractModelComponent> getComponents()
Specified by:
getComponents in interface AbstractModelComponent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object