be.SIRAPRISE.client.jsba
Class StringSetterMethod

java.lang.Object
  extended by be.SIRAPRISE.client.jsba.SetterMethod
      extended by be.SIRAPRISE.client.jsba.StringSetterMethod

public final class StringSetterMethod
extends SetterMethod

Author:
Erwin

Constructor Summary
StringSetterMethod(java.lang.reflect.Method method)
          Creates the JSBAStringSetterMethod
 
Method Summary
 java.lang.reflect.Method getMethod()
          Gets The String setter method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSetterMethod

public StringSetterMethod(java.lang.reflect.Method method)
Creates the JSBAStringSetterMethod

Parameters:
method -
Method Detail

getMethod

public final java.lang.reflect.Method getMethod()
Gets The String setter method

Specified by:
getMethod in class SetterMethod
Returns:
The String setter method