Class A4Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test4.A4Abstract
- All Implemented Interfaces:
Serializable, A4, org.nuiton.topia.persistence.TopiaEntity
- Direct Known Subclasses:
A4Impl
public abstract class A4Abstract
extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity
implements A4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<Date> Nom de l'attribut en BD : datesprotected Collection<E4> Nom de l'attribut en BD : enumerationsprotected Collection<String> Nom de l'attribut en BD : stringsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface A4
PROPERTY_DATES, PROPERTY_ENUMERATIONS, PROPERTY_STRINGSFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) protected voidaccept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) voidaddAllDates(Iterable<Date> dates) voidaddAllEnumerations(Iterable<E4> enumerations) voidaddAllStrings(Iterable<String> strings) voidvoidaddEnumerations(E4 enumerations) voidaddStrings(String strings) voidvoidvoidbooleancontainsDates(Date dates) booleancontainsEnumerations(E4 enumerations) booleancontainsStrings(String strings) getDates()booleanbooleanbooleanbooleanbooleanbooleanvoidremoveDates(Date dates) voidremoveEnumerations(E4 enumerations) voidremoveStrings(String strings) voidsetDates(Collection<Date> dates) voidsetEnumerations(Collection<E4> enumerations) voidsetStrings(Collection<String> strings) intintintMethods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
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, setTopiaVersionMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
strings
Nom de l'attribut en BD : strings -
enumerations
Nom de l'attribut en BD : enumerations -
dates
Nom de l'attribut en BD : dates
-
-
Constructor Details
-
A4Abstract
public A4Abstract()
-
-
Method Details
-
accept
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException - Specified by:
acceptin interfaceorg.nuiton.topia.persistence.TopiaEntity- Throws:
org.nuiton.topia.persistence.TopiaException
-
accept0
protected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException - Throws:
org.nuiton.topia.persistence.TopiaException
-
addStrings
- Specified by:
addStringsin interfaceA4
-
addAllStrings
- Specified by:
addAllStringsin interfaceA4
-
setStrings
- Specified by:
setStringsin interfaceA4
-
removeStrings
- Specified by:
removeStringsin interfaceA4
-
clearStrings
public void clearStrings()- Specified by:
clearStringsin interfaceA4
-
getStrings
- Specified by:
getStringsin interfaceA4
-
sizeStrings
public int sizeStrings()- Specified by:
sizeStringsin interfaceA4
-
isStringsEmpty
public boolean isStringsEmpty()- Specified by:
isStringsEmptyin interfaceA4
-
isStringsNotEmpty
public boolean isStringsNotEmpty()- Specified by:
isStringsNotEmptyin interfaceA4
-
containsStrings
- Specified by:
containsStringsin interfaceA4
-
addEnumerations
- Specified by:
addEnumerationsin interfaceA4
-
addAllEnumerations
- Specified by:
addAllEnumerationsin interfaceA4
-
setEnumerations
- Specified by:
setEnumerationsin interfaceA4
-
removeEnumerations
- Specified by:
removeEnumerationsin interfaceA4
-
clearEnumerations
public void clearEnumerations()- Specified by:
clearEnumerationsin interfaceA4
-
getEnumerations
- Specified by:
getEnumerationsin interfaceA4
-
sizeEnumerations
public int sizeEnumerations()- Specified by:
sizeEnumerationsin interfaceA4
-
isEnumerationsEmpty
public boolean isEnumerationsEmpty()- Specified by:
isEnumerationsEmptyin interfaceA4
-
isEnumerationsNotEmpty
public boolean isEnumerationsNotEmpty()- Specified by:
isEnumerationsNotEmptyin interfaceA4
-
containsEnumerations
- Specified by:
containsEnumerationsin interfaceA4
-
addDates
-
addAllDates
- Specified by:
addAllDatesin interfaceA4
-
setDates
-
removeDates
- Specified by:
removeDatesin interfaceA4
-
clearDates
public void clearDates()- Specified by:
clearDatesin interfaceA4
-
getDates
-
sizeDates
-
isDatesEmpty
public boolean isDatesEmpty()- Specified by:
isDatesEmptyin interfaceA4
-
isDatesNotEmpty
public boolean isDatesNotEmpty()- Specified by:
isDatesNotEmptyin interfaceA4
-
containsDates
- Specified by:
containsDatesin interfaceA4
-