com.contrastsecurity.rest
Class CodeMethod

java.lang.Object
  extended by com.contrastsecurity.rest.CodeMethod

public class CodeMethod
extends Object

An application method.


Constructor Summary
CodeMethod()
           
 
Method Summary
 String getSignature()
          Return the signature of this method.
 boolean isExecuted()
          Return whether or not this method has been executed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeMethod

public CodeMethod()
Method Detail

getSignature

public String getSignature()
Return the signature of this method.

Returns:
the method signature

isExecuted

public boolean isExecuted()
Return whether or not this method has been executed.

Returns:
true, if this method has been executed; false otherwise


Copyright © 2014. All Rights Reserved.