|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.chorem.pollen.business.persistence.CommentAbstract
public abstract class CommentAbstract
| Field Summary | |
|---|---|
protected String |
author
Nom de l'attribut en BD : author |
protected Poll |
poll
Nom de l'attribut en BD : poll |
protected PollAccount |
pollAccount
Nom de l'attribut en BD : pollAccount |
protected Date |
postDate
Nom de l'attribut en BD : postDate |
protected String |
text
Nom de l'attribut en BD : text |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.chorem.pollen.business.persistence.Comment |
|---|
PROPERTY_AUTHOR, PROPERTY_POLL, PROPERTY_POLL_ACCOUNT, PROPERTY_POST_DATE, PROPERTY_TEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
CommentAbstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
String |
getAuthor()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
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 class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String text
protected Date postDate
protected String author
protected Poll poll
protected PollAccount pollAccount
| Constructor Detail |
|---|
public CommentAbstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setText(String text)
setText in interface Commentpublic String getText()
getText in interface Commentpublic void setPostDate(Date postDate)
setPostDate in interface Commentpublic Date getPostDate()
getPostDate in interface Commentpublic void setAuthor(String author)
setAuthor in interface Commentpublic String getAuthor()
getAuthor in interface Commentpublic void setPoll(Poll poll)
setPoll in interface Commentpublic Poll getPoll()
getPoll in interface Commentpublic void setPollAccount(PollAccount pollAccount)
setPollAccount in interface Commentpublic PollAccount getPollAccount()
getPollAccount in interface Comment
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||