@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Jun 07 16:46:26 CEST 2018") public abstract class A4Abstract extends AbstractTopiaEntity implements A4
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Date> |
dates
Nom de l'attribut en BD : dates
|
protected Collection<E4> |
enumerations
Nom de l'attribut en BD : enumerations
|
protected Collection<String> |
strings
Nom de l'attribut en BD : strings
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_DATES, PROPERTY_ENUMERATIONS, PROPERTY_STRINGSAGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
A4Abstract() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Collection<String> strings
protected Collection<E4> enumerations
protected Collection<Date> dates
public void accept(TopiaEntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionprotected void accept0(TopiaEntityVisitor visitor) throws TopiaException
TopiaExceptionpublic void addStrings(String strings)
addStrings in interface A4public void addAllStrings(Iterable<String> strings)
addAllStrings in interface A4public void setStrings(Collection<String> strings)
setStrings in interface A4public void removeStrings(String strings)
removeStrings in interface A4public void clearStrings()
clearStrings in interface A4public Collection<String> getStrings()
getStrings in interface A4public int sizeStrings()
sizeStrings in interface A4public boolean isStringsEmpty()
isStringsEmpty in interface A4public boolean isStringsNotEmpty()
isStringsNotEmpty in interface A4public boolean containsStrings(String strings)
containsStrings in interface A4public void addEnumerations(E4 enumerations)
addEnumerations in interface A4public void addAllEnumerations(Iterable<E4> enumerations)
addAllEnumerations in interface A4public void setEnumerations(Collection<E4> enumerations)
setEnumerations in interface A4public void removeEnumerations(E4 enumerations)
removeEnumerations in interface A4public void clearEnumerations()
clearEnumerations in interface A4public Collection<E4> getEnumerations()
getEnumerations in interface A4public int sizeEnumerations()
sizeEnumerations in interface A4public boolean isEnumerationsEmpty()
isEnumerationsEmpty in interface A4public boolean isEnumerationsNotEmpty()
isEnumerationsNotEmpty in interface A4public boolean containsEnumerations(E4 enumerations)
containsEnumerations in interface A4public void addAllDates(Iterable<Date> dates)
addAllDates in interface A4public void setDates(Collection<Date> dates)
public void removeDates(Date dates)
removeDates in interface A4public void clearDates()
clearDates in interface A4public Collection<Date> getDates()
public boolean isDatesEmpty()
isDatesEmpty in interface A4public boolean isDatesNotEmpty()
isDatesNotEmpty in interface A4public boolean containsDates(Date dates)
containsDates in interface A4Copyright © 2004–2018 CodeLutin. All rights reserved.