org.chorem.pollen.bean
Class PollUri
java.lang.Object
org.chorem.pollen.bean.PollUri
- All Implemented Interfaces:
- Serializable
public class PollUri
- extends Object
- implements Serializable
TODO
- Since:
- 1.3
- Author:
- tchemit
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pollId
protected String pollId
accountId
protected String accountId
newPollUri
public static PollUri newPollUri(String uri)
newPollUri
public static PollUri newPollUri(String pollId,
String accountId)
getPollId
public String getPollId()
getAccountId
public String getAccountId()
setPollId
public void setPollId(String pollId)
setAccountId
public void setAccountId(String accountId)
getUri
public String getUri()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.