Class A7Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test7.A7Abstract
- All Implemented Interfaces:
Serializable,A7,TopiaEntity
- Direct Known Subclasses:
A7Impl
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.mapping.test7.A7
PROPERTY_B7Fields 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(TopiaEntityVisitor visitor) protected voidaccept0(TopiaEntityVisitor visitor) voidvoidvoidvoidclearB7()booleancontainsB7(B7 b7) getB7()getB7(int index) getB7ByTopiaId(String topiaId) booleanbooleanvoidremoveB7(int index) voidvoidintsizeB7()Methods 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 java.lang.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
-
b7
Nom de l'attribut en BD : b7
-
-
Constructor Details
-
A7Abstract
public A7Abstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addB7
-
addB7
-
addAllB7
-
setB7
-
removeB7
-
removeB7
public void removeB7(int index) -
clearB7
public void clearB7() -
getB7
-
getB7
-
getB7ByTopiaId
- Specified by:
getB7ByTopiaIdin interfaceA7
-
getB7TopiaIds
- Specified by:
getB7TopiaIdsin interfaceA7
-
sizeB7
public int sizeB7() -
isB7Empty
public boolean isB7Empty() -
isB7NotEmpty
public boolean isB7NotEmpty()- Specified by:
isB7NotEmptyin interfaceA7
-
containsB7
- Specified by:
containsB7in interfaceA7
-