Class B33Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.B33Abstract
- All Implemented Interfaces:
Serializable,B33,TopiaEntity
- Direct Known Subclasses:
B33Impl
- 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.test3.B33
PROPERTY_ROLE_A33Fields 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) voidaddAllRoleA33(Iterable<A33> roleA33) voidaddRoleA33(A33 roleA33) voidbooleancontainsRoleA33(A33 roleA33) getRoleA33ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleA33(A33 roleA33) voidsetRoleA33(Collection<A33> roleA33) 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
-
roleA33
Nom de l'attribut en BD : roleA33
-
-
Constructor Details
-
B33Abstract
public B33Abstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addRoleA33
- Specified by:
addRoleA33in interfaceB33
-
addAllRoleA33
- Specified by:
addAllRoleA33in interfaceB33
-
setRoleA33
- Specified by:
setRoleA33in interfaceB33
-
removeRoleA33
- Specified by:
removeRoleA33in interfaceB33
-
clearRoleA33
public void clearRoleA33()- Specified by:
clearRoleA33in interfaceB33
-
getRoleA33
- Specified by:
getRoleA33in interfaceB33
-
getRoleA33ByTopiaId
- Specified by:
getRoleA33ByTopiaIdin interfaceB33
-
getRoleA33TopiaIds
- Specified by:
getRoleA33TopiaIdsin interfaceB33
-
sizeRoleA33
public int sizeRoleA33()- Specified by:
sizeRoleA33in interfaceB33
-
isRoleA33Empty
public boolean isRoleA33Empty()- Specified by:
isRoleA33Emptyin interfaceB33
-
isRoleA33NotEmpty
public boolean isRoleA33NotEmpty()- Specified by:
isRoleA33NotEmptyin interfaceB33
-
containsRoleA33
- Specified by:
containsRoleA33in interfaceB33
-