org.jims.modules.gds.dto
Class Request

java.lang.Object
  extended by org.jims.modules.gds.dto.Request
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AYARequest, HBRequest, INORequest

public class Request
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Request()
           
Request(Site destination, Site source)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Site getDestination()
          Gets the destination value for this Request.
 Site getSource()
          Gets the source value for this Request.
 int hashCode()
           
 void setDestination(Site destination)
          Sets the destination value for this Request.
 void setSource(Site source)
          Sets the source value for this Request.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request()

Request

public Request(Site destination,
               Site source)
Method Detail

getDestination

public Site getDestination()
Gets the destination value for this Request.

Returns:
destination

setDestination

public void setDestination(Site destination)
Sets the destination value for this Request.

Parameters:
destination -

getSource

public Site getSource()
Gets the source value for this Request.

Returns:
source

setSource

public void setSource(Site source)
Sets the source value for this Request.

Parameters:
source -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright ? 2007. All Rights Reserved.