planetj.common
Class MethodProperties

java.lang.Object
  |
  +--planetj.common.MethodProperties

public class MethodProperties
extends Object


Constructor Summary
MethodProperties()
           
MethodProperties(String name)
           
MethodProperties(String name, String[] parameters)
           
 
Method Summary
 String getName()
           
 String[] getParameters()
           
 void setName(String name)
           
 void setParameters(String[] parameters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodProperties

public MethodProperties()

MethodProperties

public MethodProperties(String name)

MethodProperties

public MethodProperties(String name,
                        String[] parameters)
Method Detail

getName

public String getName()

getParameters

public String[] getParameters()

setName

public void setName(String name)

setParameters

public void setParameters(String[] parameters)