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()
           
 boolean isAccountIdNotBlank()
           
 boolean isPollIdNotBlank()
           
static PollUri newPollUri(String uri)
           
static PollUri newPollUri(String pollId, String accountId)
           
 void setAccountId(String accountId)
           
 void setPollId(String pollId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

isPollIdNotBlank

public boolean isPollIdNotBlank()

isAccountIdNotBlank

public boolean isAccountIdNotBlank()

getUri

public String getUri()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 CodeLutin. All Rights Reserved.