|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.my.webproxy.beans.http.WebProxyStateImpl
public class WebProxyStateImpl
WebProxyStateImpl represents the default JPA/Hibernate implementation of IWebProxyState.
| Constructor Summary | |
|---|---|
WebProxyStateImpl()
Default constructor |
|
WebProxyStateImpl(String stateKey)
Construct a new WebProxyStateImpl with the specified state key. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<ICookie> |
getCookies()
Retrieve a list of cookies associated with this state. |
String |
getStateKey()
Get the unique key associated with this state. |
int |
hashCode()
|
void |
setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebProxyStateImpl()
public WebProxyStateImpl(String stateKey)
stateKey - | Method Detail |
|---|
public String getStateKey()
IWebProxyState
getStateKey in interface IWebProxyStatepublic List<ICookie> getCookies()
IWebProxyState
getCookies in interface IWebProxyStatepublic void setCookies(List<ICookie> cookies)
IWebProxyState
setCookies in interface IWebProxyStatepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||