uk.org.ogsadai.client.toolkit.activities.generic
Class SimplePipeInputDescriptorWithEquals

java.lang.Object
  extended by uk.org.ogsadai.client.toolkit.activity.SimplePipeInputDescriptor
      extended by uk.org.ogsadai.client.toolkit.activities.generic.SimplePipeInputDescriptorWithEquals
All Implemented Interfaces:
ActivityInputDescriptor, PipeInputDescriptor

Deprecated. See class documentation. When code is merged we can remove this class.

public class SimplePipeInputDescriptorWithEquals
extends SimplePipeInputDescriptor

Extension of SimplePipeInputDescriptor to include an equals method. This method is very useful for unit tests using mock objects.

An equals method has now been added to the SimplePipeInputDescriptor class but we wish to release DQP without requiring new OGSA-DAI jars so in the meantime we use this class. When things merge this class can be removed and SimplePipeInputDescriptor used instead.

Author:
The OGSA-DAI Project Team

Constructor Summary
SimplePipeInputDescriptorWithEquals(java.lang.String inputName, java.lang.String pipeName)
          Deprecated. Constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. 
 
Methods inherited from class uk.org.ogsadai.client.toolkit.activity.SimplePipeInputDescriptor
accept, getInputName, getPipeName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimplePipeInputDescriptorWithEquals

public SimplePipeInputDescriptorWithEquals(java.lang.String inputName,
                                           java.lang.String pipeName)
Deprecated. 
Constructor.

Parameters:
inputName - input name
pipeName - pipe name
Method Detail

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

Overrides:
equals in class SimplePipeInputDescriptor