org.chorem.pollen.business.persistence
Interface Comment

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
CommentAbstract, CommentImpl

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


Field Summary
static String PROPERTY_AUTHOR
           
static String PROPERTY_POLL
           
static String PROPERTY_POLL_ACCOUNT
           
static String PROPERTY_POST_DATE
           
static String PROPERTY_TEXT
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getAuthor()
           
 Poll getPoll()
           
 PollAccount getPollAccount()
           
 Date getPostDate()
           
 String getText()
           
 void setAuthor(String author)
           
 void setPoll(Poll poll)
           
 void setPollAccount(PollAccount pollAccount)
           
 void setPostDate(Date postDate)
           
 void setText(String text)
           
 
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_TEXT

static final String PROPERTY_TEXT
See Also:
Constant Field Values

PROPERTY_POST_DATE

static final String PROPERTY_POST_DATE
See Also:
Constant Field Values

PROPERTY_AUTHOR

static final String PROPERTY_AUTHOR
See Also:
Constant Field Values

PROPERTY_POLL

static final String PROPERTY_POLL
See Also:
Constant Field Values

PROPERTY_POLL_ACCOUNT

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

setText

void setText(String text)

getText

String getText()

setPostDate

void setPostDate(Date postDate)

getPostDate

Date getPostDate()

setAuthor

void setAuthor(String author)

getAuthor

String getAuthor()

setPoll

void setPoll(Poll poll)

getPoll

Poll getPoll()

setPollAccount

void setPollAccount(PollAccount pollAccount)

getPollAccount

PollAccount getPollAccount()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.