Class BB17Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test17.BB17Abstract
- All Implemented Interfaces:
Serializable,BB17,TopiaEntity
- Direct Known Subclasses:
BB17Impl
- 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 org.nuiton.topia.it.mapping.test17.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(TopiaEntityVisitor visitor) protected voidaccept0(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 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
-
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
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
setBb
public void setBb(int bb) -
getBb
public int getBb() -
setBb1
public void setBb1(int bb1) -
getBb1
public int getBb1() -
addB17
-
addAllB17
-
setB17
-
removeB17
-
clearB17
public void clearB17() -
getB17
-
getB17ByTopiaId
- Specified by:
getB17ByTopiaIdin interfaceBB17
-
getB17TopiaIds
- Specified by:
getB17TopiaIdsin interfaceBB17
-
sizeB17
public int sizeB17() -
isB17Empty
public boolean isB17Empty()- Specified by:
isB17Emptyin interfaceBB17
-
isB17NotEmpty
public boolean isB17NotEmpty()- Specified by:
isB17NotEmptyin interfaceBB17
-
containsB17
- Specified by:
containsB17in interfaceBB17
-