Class B14DAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test14.B14DAbstract
- All Implemented Interfaces:
Serializable,B14D,TopiaEntity
- Direct Known Subclasses:
B14DImpl
- 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.test14.B14D
PROPERTY_ROLE_AFields 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) voidaddAllRoleA(Iterable<Assoc14D> roleA) voidvoidbooleancontainsRoleA(Assoc14D roleA) getRoleA()getRoleAByTopiaId(String topiaId) booleanbooleanvoidremoveRoleA(Assoc14D roleA) voidsetRoleA(Collection<Assoc14D> roleA) intMethods 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
-
roleA
Nom de l'attribut en BD : roleA
-
-
Constructor Details
-
B14DAbstract
public B14DAbstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addRoleA
-
addAllRoleA
- Specified by:
addAllRoleAin interfaceB14D
-
setRoleA
-
removeRoleA
- Specified by:
removeRoleAin interfaceB14D
-
clearRoleA
public void clearRoleA()- Specified by:
clearRoleAin interfaceB14D
-
getRoleA
-
getRoleAByTopiaId
- Specified by:
getRoleAByTopiaIdin interfaceB14D
-
getRoleATopiaIds
- Specified by:
getRoleATopiaIdsin interfaceB14D
-
sizeRoleA
public int sizeRoleA() -
isRoleAEmpty
public boolean isRoleAEmpty()- Specified by:
isRoleAEmptyin interfaceB14D
-
isRoleANotEmpty
public boolean isRoleANotEmpty()- Specified by:
isRoleANotEmptyin interfaceB14D
-
containsRoleA
- Specified by:
containsRoleAin interfaceB14D
-