|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jims.modules.gds.dto.Response
public class Response
| Constructor Summary | |
|---|---|
Response()
|
|
Response(int code,
Site destination,
Site source)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getCode()
Gets the code value for this Response. |
Site |
getDestination()
Gets the destination value for this Response. |
Site |
getSource()
Gets the source value for this Response. |
int |
hashCode()
|
void |
setCode(int code)
Sets the code value for this Response. |
void |
setDestination(Site destination)
Sets the destination value for this Response. |
void |
setSource(Site source)
Sets the source value for this Response. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Response()
public Response(int code,
Site destination,
Site source)
| Method Detail |
|---|
public int getCode()
public void setCode(int code)
code - public Site getDestination()
public void setDestination(Site destination)
destination - public Site getSource()
public void setSource(Site source)
source - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||