|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.bean.PollUrl
public class PollUrl
Created: 12/04/12
| Method Summary | |
|---|---|
String |
getBaseUrl()
|
PollUri |
getPollUri()
|
String |
getUrl()
|
static PollUrl |
newPollUrl(PollUrl pollUrl,
String accountId)
Create a new PollUrl which is a copy of the given pollUrl with
an other accountId for PollUri. |
static PollUrl |
newPollUrl(String baseUrl,
PollUri pollUri)
Create a new PollUrl with baseUrl which is the application url
for this url, and the pollUri to identify the poll. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static PollUrl newPollUrl(String baseUrl,
PollUri pollUri)
baseUrl which is the application url
for this url, and the pollUri to identify the poll.
baseUrl - Base url from the application for this urlpollUri - Uri that identify the poll and the account
public static PollUrl newPollUrl(PollUrl pollUrl,
String accountId)
pollUrl with
an other accountId for PollUri.
pollUrl - PollUrl to copyaccountId - New accountId to use for copy
public String getBaseUrl()
public PollUri getPollUri()
public String getUrl()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||