de.oio.bugkilla.protocol
Class TestSpecification

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.TestSpecification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComplexTestSpecification, TestStep

public abstract class TestSpecification
extends java.lang.Object
implements java.io.Serializable

uses the Identity to store the identity of a test-element

Author:
swinkler
See Also:
Serialized Form

Constructor Summary
TestSpecification()
           
 
Method Summary
 Identity getID()
          Returns the ID.
 void setID(Identity iD)
          Sets the ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSpecification

public TestSpecification()
Method Detail

getID

public Identity getID()
Returns the ID.

Returns:
Identity

setID

public void setID(Identity iD)
Sets the ID.

Parameters:
iD - The ID to set


Copyright © Orientation in Objects GmbH. All Rights Reserved.