Class BB17Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test17.BB17Abstract
- All Implemented Interfaces:
Serializable, BB17, org.nuiton.topia.persistence.TopiaEntity
- Direct Known Subclasses:
BB17Impl
public abstract class BB17Abstract
extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity
implements BB17
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<B17> Nom de l'attribut en BD : b17protected intNom de l'attribut en BD : ccprotected intNom de l'attribut en BD : bb1Fields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface BB17
PROPERTY_B17, PROPERTY_BB, PROPERTY_BB1Fields 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) voidvoidvoidclearB17()booleancontainsB17(B17 b17) getB17()getB17ByTopiaId(String topiaId) intgetBb()intgetBb1()booleanbooleanvoidvoidsetB17(Collection<B17> b17) voidsetBb(int bb) voidsetBb1(int bb1) intsizeB17()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
-
bb
protected int bbNom de l'attribut en BD : cc -
bb1
protected int bb1Nom de l'attribut en BD : bb1 -
b17
Nom de l'attribut en BD : b17
-
-
Constructor Details
-
BB17Abstract
public BB17Abstract()
-
-
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
-
setBb
-
getBb
-
setBb1
-
getBb1
-
addB17
-
addAllB17
-
setB17
-
removeB17
-
clearB17
-
getB17
-
getB17ByTopiaId
- Specified by:
getB17ByTopiaIdin interfaceBB17
-
getB17TopiaIds
- Specified by:
getB17TopiaIdsin interfaceBB17
-
sizeB17
-
isB17Empty
public boolean isB17Empty()- Specified by:
isB17Emptyin interfaceBB17
-
isB17NotEmpty
public boolean isB17NotEmpty()- Specified by:
isB17NotEmptyin interfaceBB17
-
containsB17
- Specified by:
containsB17in interfaceBB17
-