org.chorem.pollen.business.persistence
Interface PersonList

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PersonListAbstract, PersonListImpl

public interface PersonList
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_NAME
           
static String PROPERTY_OWNER
           
static String PROPERTY_POLL_ACCOUNT
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllPollAccount(List<PollAccount> pollAccount)
           
 void addPollAccount(PollAccount pollAccount)
           
 void clearPollAccount()
           
 String getName()
           
 UserAccount getOwner()
           
 List<PollAccount> getPollAccount()
           
 PollAccount getPollAccountByTopiaId(String topiaId)
           
 boolean isPollAccountEmpty()
           
 void removePollAccount(PollAccount pollAccount)
           
 void setName(String name)
           
 void setOwner(UserAccount owner)
           
 void setPollAccount(List<PollAccount> pollAccount)
           
 int sizePollAccount()
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_OWNER

static final String PROPERTY_OWNER
See Also:
Constant Field Values

PROPERTY_POLL_ACCOUNT

static final String PROPERTY_POLL_ACCOUNT
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)

getName

String getName()

setOwner

void setOwner(UserAccount owner)

getOwner

UserAccount getOwner()

addPollAccount

void addPollAccount(PollAccount pollAccount)

addAllPollAccount

void addAllPollAccount(List<PollAccount> pollAccount)

setPollAccount

void setPollAccount(List<PollAccount> pollAccount)

removePollAccount

void removePollAccount(PollAccount pollAccount)

clearPollAccount

void clearPollAccount()

getPollAccount

List<PollAccount> getPollAccount()

getPollAccountByTopiaId

PollAccount getPollAccountByTopiaId(String topiaId)

sizePollAccount

int sizePollAccount()

isPollAccountEmpty

boolean isPollAccountEmpty()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.