@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public abstract class TrackedEventAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements TrackedEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
args
Nom de l'attribut en BD : args
|
protected AgrosystUser |
author
Nom de l'attribut en BD : author
|
protected Date |
date
Nom de l'attribut en BD : date
|
protected TrackedEventType |
type
Nom de l'attribut en BD : type
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_ARGS, PROPERTY_AUTHOR, PROPERTY_DATE, PROPERTY_TYPE| Constructor and Description |
|---|
TrackedEventAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
String |
getArgs() |
AgrosystUser |
getAuthor() |
Date |
getDate() |
TrackedEventType |
getType() |
void |
setArgs(String args) |
void |
setAuthor(AgrosystUser author) |
void |
setDate(Date date) |
void |
setType(TrackedEventType type) |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String args
protected Date date
protected AgrosystUser author
protected TrackedEventType type
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void setArgs(String args)
setArgs in interface TrackedEventpublic String getArgs()
getArgs in interface TrackedEventpublic void setDate(Date date)
setDate in interface TrackedEventpublic Date getDate()
getDate in interface TrackedEventpublic void setAuthor(AgrosystUser author)
setAuthor in interface TrackedEventpublic AgrosystUser getAuthor()
getAuthor in interface TrackedEventpublic void setType(TrackedEventType type)
setType in interface TrackedEventpublic TrackedEventType getType()
getType in interface TrackedEventCopyright © 2013–2015 Inra. All rights reserved.