TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.common.event
Class EventProperty

java.lang.Object
  extended byorg.eclipse.hyades.test.common.event.EventProperty

public class EventProperty
extends java.lang.Object


Constructor Summary
EventProperty()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventProperty

public EventProperty()
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

getValue

public java.lang.String getValue()
Returns:
Returns the value.

setValue

public void setValue(java.lang.String value)
Parameters:
value - The value to set.

TPTP 4.3.0 Testing Tools Project
Public API Specification