com.wily.introscope.server.webservicesapi.events
Class DKeyValuePair

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.events.DKeyValuePair

public class DKeyValuePair
extends java.lang.Object


Constructor Summary
DKeyValuePair()
           
 
Method Summary
 java.lang.String getKey()
          Method returns the key of DKeyValuePair.
 java.lang.String getValue()
          Method returns the value of DKeyValuePair.
 void setKey(java.lang.String key)
          Method sets the key of DKeyValuePair.
 void setValue(java.lang.String value)
          Method sets the value of DKeyValuePair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKeyValuePair

public DKeyValuePair()
Method Detail

getKey

public java.lang.String getKey()
Method returns the key of DKeyValuePair.

Returns:
key of DKeyValuePair

setKey

public void setKey(java.lang.String key)
Method sets the key of DKeyValuePair.

Parameters:
key - of DKeyValuePair

getValue

public java.lang.String getValue()
Method returns the value of DKeyValuePair.

Returns:
value of DKeyValuePair

setValue

public void setValue(java.lang.String value)
Method sets the value of DKeyValuePair.

Parameters:
value - of DKeyValuePair


Copyright © 2007 CA Inc. All Rights Reserved.