org.chorem.pollen.business.persistence
Interface Comment

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

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


Field Summary
static String POLL
           
static String POLL_ACCOUNT
           
static String POST_DATE
           
static String TEXT
           
 
Method Summary
 Poll getPoll()
           
 PollAccount getPollAccount()
           
 Date getPostDate()
           
 String getText()
           
 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, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

TEXT

static final String TEXT
See Also:
Constant Field Values

POST_DATE

static final String POST_DATE
See Also:
Constant Field Values

POLL

static final String POLL
See Also:
Constant Field Values

POLL_ACCOUNT

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

setText

void setText(String text)
Parameters:
text - La valeur de l'attribut text à positionner.

getText

String getText()
Returns:
La valeur de l'attribut text.

setPostDate

void setPostDate(Date postDate)
Parameters:
postDate - La valeur de l'attribut postDate à positionner.

getPostDate

Date getPostDate()
Returns:
La valeur de l'attribut postDate.

setPoll

void setPoll(Poll poll)
Parameters:
poll - La valeur de l'attribut poll à positionner.

getPoll

Poll getPoll()
Returns:
La valeur de l'attribut poll.

setPollAccount

void setPollAccount(PollAccount pollAccount)
Parameters:
pollAccount - La valeur de l'attribut pollAccount à positionner.

getPollAccount

PollAccount getPollAccount()
Returns:
La valeur de l'attribut pollAccount.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.