uk.org.ogsadai.client.toolkit.activities.generic
Class SimplePipeInputDescriptorWithEquals
java.lang.Object
uk.org.ogsadai.client.toolkit.activity.SimplePipeInputDescriptor
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
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SimplePipeInputDescriptorWithEquals
public SimplePipeInputDescriptorWithEquals(java.lang.String inputName,
java.lang.String pipeName)
- Deprecated.
- Constructor.
- Parameters:
inputName - input namepipeName - pipe name
equals
public boolean equals(java.lang.Object obj)
- Deprecated.
-
- Overrides:
equals in class SimplePipeInputDescriptor