|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.purl.sword.client.PostDestination
public class PostDestination
Details for a destination. This is used to represent a destination. If expressed as a string, the destination looks like:
[ ]: @
| Constructor Summary | |
|---|---|
PostDestination()
Create a new instance. |
|
PostDestination(String url,
String username,
String password,
String onBehalfOf)
Create a new instance. |
|
| Method Summary | |
|---|---|
String |
getOnBehalfOf()
|
String |
getPassword()
|
String |
getUrl()
|
String |
getUsername()
|
void |
setOnBehalfOf(String onBehalfOf)
|
void |
setPassword(String password)
|
void |
setUrl(String url)
|
void |
setUsername(String username)
|
String |
toString()
Create a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PostDestination()
public PostDestination(String url,
String username,
String password,
String onBehalfOf)
url - The url.username - The username.password - The password.onBehalfOf - The onBehalfOf id.| Method Detail |
|---|
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getOnBehalfOf()
public void setOnBehalfOf(String onBehalfOf)
onBehalfOf - the onBehalfOf to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||