org.opennms.sms.ping
Class PingRequestId

java.lang.Object
  extended by org.opennms.sms.ping.PingRequestId

public class PingRequestId
extends Object

PingRequestId

Version:
$Id: $
Author:
brozow

Constructor Summary
PingRequestId(String destination)
          Constructor for PingRequestId.
 
Method Summary
 boolean equals(Object obj)
          
 String getDestination()
          getDestination
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingRequestId

public PingRequestId(String destination)

Constructor for PingRequestId.

Parameters:
destination - a String object.
Method Detail

getDestination

public String getDestination()

getDestination

Returns:
a String object.

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.