|
||||||||||
| 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(java.lang.String stateKey)
Construct a new WebProxyStateImpl with the specified state key. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<ICookie> |
getCookies()
Retrieve a list of cookies associated with this state. |
java.lang.String |
getStateKey()
Get the unique key associated with this state. |
int |
hashCode()
|
void |
setCookies(java.util.List<ICookie> cookies)
Set the list of cookies associated with this state. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebProxyStateImpl()
public WebProxyStateImpl(java.lang.String stateKey)
stateKey - | Method Detail |
|---|
public java.lang.String getStateKey()
IWebProxyState
getStateKey in interface IWebProxyStatepublic java.util.List<ICookie> getCookies()
IWebProxyState
getCookies in interface IWebProxyStatepublic void setCookies(java.util.List<ICookie> cookies)
IWebProxyState
setCookies in interface IWebProxyStatepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||