org.chorem.pollen.bean
Class PollUri

java.lang.Object
  extended by 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

Field Summary
protected  String accountId
           
protected  String pollId
           
 
Method Summary
 String getAccountId()
           
 String getPollId()
           
 String getUri()
           
static PollUri newPollUri(String uri)
           
static PollUri newPollUri(String pollId, String accountId)
           
 void setAccountId(String accountId)
           
 void setPollId(String pollId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pollId

protected String pollId

accountId

protected String accountId
Method Detail

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.