public abstract class EventAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Event
| Modifier and Type | Field and Description |
|---|---|
protected String |
type
Nom de l'attribut en BD : type
|
protected Collection<String> |
variables
Nom de l'attribut en BD : variables
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_TYPE, PROPERTY_VARIABLES| Constructor and Description |
|---|
EventAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllVariables(Collection<String> variables) |
void |
addVariables(String variables) |
void |
clearVariables() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getType() |
Collection<String> |
getVariables() |
boolean |
isVariablesEmpty() |
void |
removeVariables(String variables) |
void |
setType(String type) |
void |
setVariables(Collection<String> variables) |
int |
sizeVariables() |
String |
toString() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String type
protected Collection<String> variables
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 addVariables(String variables)
addVariables in interface Eventpublic void addAllVariables(Collection<String> variables)
addAllVariables in interface Eventpublic void setVariables(Collection<String> variables)
setVariables in interface Eventpublic void removeVariables(String variables)
removeVariables in interface Eventpublic void clearVariables()
clearVariables in interface Eventpublic Collection<String> getVariables()
getVariables in interface Eventpublic int sizeVariables()
sizeVariables in interface Eventpublic boolean isVariablesEmpty()
isVariablesEmpty in interface Eventpublic 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.TopiaExceptionpublic 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.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.