net.kwfgrid.gwes.workflowanalyzer
Class OperationResourcePair

java.lang.Object
  extended by net.kwfgrid.gwes.workflowanalyzer.OperationResourcePair

public class OperationResourcePair
extends Object

Version:
$Id: OperationResourcePair.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Constructor Summary
OperationResourcePair(String operation, String resource)
          Create new operation/resource pair.
 
Method Summary
 boolean equals(Object o)
           
 String getOperation()
           
 String getResource()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationResourcePair

public OperationResourcePair(String operation,
                             String resource)
Create new operation/resource pair.

Parameters:
operation -
resource -
Method Detail

getOperation

public String getOperation()

getResource

public String getResource()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.