gov.nih.nci.cagrid.introduce.portal.modification.services.methods
Class MethodTypeContainer

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.portal.modification.services.methods.MethodTypeContainer
All Implemented Interfaces:
java.lang.Comparable

public class MethodTypeContainer
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
MethodTypeContainer(MethodType method)
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 MethodType getMethod()
           
 void setMethod(MethodType method)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodTypeContainer

public MethodTypeContainer(MethodType method)
Method Detail

getMethod

public MethodType getMethod()

setMethod

public void setMethod(MethodType method)

toString

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

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable