org.chorem.pollen.bean
Class UserPoll
java.lang.Object
org.chorem.pollen.bean.UserPoll
- All Implemented Interfaces:
- Serializable
public class UserPoll
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_POLL
public static final String PROPERTY_POLL
- See Also:
- Constant Field Values
PROPERTY_ACCOUNTS
public static final String PROPERTY_ACCOUNTS
- See Also:
- Constant Field Values
PROPERTY_CREATOR
public static final String PROPERTY_CREATOR
- See Also:
- Constant Field Values
creator
protected Boolean creator
poll
protected Poll poll
accounts
protected List<PollAccount> accounts
pcs
protected final PropertyChangeSupport pcs
UserPoll
public UserPoll()
isCreator
public boolean isCreator()
getPollUid
public String getPollUid()
getAccounts
public List<PollAccount> getAccounts()
addAccount
public boolean addAccount(PollAccount account)
getPoll
public Poll getPoll()
setPoll
public void setPoll(Poll poll)
setAccounts
public void setAccounts(List<PollAccount> accounts)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object newValue)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.