Class A14CAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test14.A14CAbstract
- All Implemented Interfaces:
Serializable,A14C,TopiaEntity
- Direct Known Subclasses:
A14CImpl
- 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.A14C
PROPERTY_B14_CASSOC14_CFields 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) voidaddAllB14CAssoc14C(Iterable<Assoc14C> b14CAssoc14C) voidaddB14CAssoc14C(Assoc14C b14CAssoc14C) voidbooleancontainsB14CAssoc14C(Assoc14C b14CAssoc14C) getB14CAssoc14CByTopiaId(String topiaId) booleanbooleanvoidremoveB14CAssoc14C(Assoc14C b14CAssoc14C) voidsetB14CAssoc14C(Collection<Assoc14C> b14CAssoc14C) 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
-
b14CAssoc14C
Nom de l'attribut en BD : b14C
-
-
Constructor Details
-
A14CAbstract
public A14CAbstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addB14CAssoc14C
- Specified by:
addB14CAssoc14Cin interfaceA14C
-
addAllB14CAssoc14C
- Specified by:
addAllB14CAssoc14Cin interfaceA14C
-
setB14CAssoc14C
- Specified by:
setB14CAssoc14Cin interfaceA14C
-
removeB14CAssoc14C
- Specified by:
removeB14CAssoc14Cin interfaceA14C
-
clearB14CAssoc14C
public void clearB14CAssoc14C()- Specified by:
clearB14CAssoc14Cin interfaceA14C
-
getB14CAssoc14C
- Specified by:
getB14CAssoc14Cin interfaceA14C
-
getB14CAssoc14CByTopiaId
- Specified by:
getB14CAssoc14CByTopiaIdin interfaceA14C
-
getB14CAssoc14CTopiaIds
- Specified by:
getB14CAssoc14CTopiaIdsin interfaceA14C
-
sizeB14CAssoc14C
public int sizeB14CAssoc14C()- Specified by:
sizeB14CAssoc14Cin interfaceA14C
-
isB14CAssoc14CEmpty
public boolean isB14CAssoc14CEmpty()- Specified by:
isB14CAssoc14CEmptyin interfaceA14C
-
isB14CAssoc14CNotEmpty
public boolean isB14CAssoc14CNotEmpty()- Specified by:
isB14CAssoc14CNotEmptyin interfaceA14C
-
containsB14CAssoc14C
- Specified by:
containsB14CAssoc14Cin interfaceA14C
-