Class A11CAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test11.A11CAbstract
- All Implemented Interfaces:
Serializable,A11C,TopiaEntity
- Direct Known Subclasses:
A11CImpl
- 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.test11.A11C
PROPERTY_B11_CFields 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) voidaddAllB11C(Iterable<B11C> b11C) voidvoidbooleancontainsB11C(B11C b11C) getB11C()getB11CByTopiaId(String topiaId) booleanbooleanvoidremoveB11C(B11C b11C) voidintsizeB11C()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
-
b11C
Nom de l'attribut en BD : b11C
-
-
Constructor Details
-
A11CAbstract
public A11CAbstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addB11C
-
addAllB11C
- Specified by:
addAllB11Cin interfaceA11C
-
setB11C
-
removeB11C
- Specified by:
removeB11Cin interfaceA11C
-
clearB11C
public void clearB11C() -
getB11C
-
getB11CByTopiaId
- Specified by:
getB11CByTopiaIdin interfaceA11C
-
getB11CTopiaIds
- Specified by:
getB11CTopiaIdsin interfaceA11C
-
sizeB11C
public int sizeB11C() -
isB11CEmpty
public boolean isB11CEmpty()- Specified by:
isB11CEmptyin interfaceA11C
-
isB11CNotEmpty
public boolean isB11CNotEmpty()- Specified by:
isB11CNotEmptyin interfaceA11C
-
containsB11C
- Specified by:
containsB11Cin interfaceA11C
-