Class A53Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test5.A53Abstract
- All Implemented Interfaces:
Serializable, A53, org.nuiton.topia.persistence.TopiaEntity
- Direct Known Subclasses:
A53Impl
public abstract class A53Abstract
extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity
implements A53
- 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 A53
PROPERTY_B53Fields 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) voidvoidvoidvoidclearB53()booleancontainsB53(B53 b53) getB53()getB53(int index) getB53ByTopiaId(String topiaId) booleanbooleanvoidremoveB53(int index) voidvoidintsizeB53()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 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
-
b53
-
-
Constructor Details
-
A53Abstract
public A53Abstract()
-
-
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
-
addB53
-
addB53
-
addAllB53
-
setB53
-
removeB53
-
removeB53
-
clearB53
-
getB53
-
getB53
-
getB53ByTopiaId
- Specified by:
getB53ByTopiaIdin interfaceA53
-
getB53TopiaIds
- Specified by:
getB53TopiaIdsin interfaceA53
-
sizeB53
-
isB53Empty
public boolean isB53Empty()- Specified by:
isB53Emptyin interfaceA53
-
isB53NotEmpty
public boolean isB53NotEmpty()- Specified by:
isB53NotEmptyin interfaceA53
-
containsB53
- Specified by:
containsB53in interfaceA53
-