Interface A3
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A3Abstract,A3Impl
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclearB3()booleancontainsB3(B3 b3) getB3()getB3ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB3(Collection<B3> b3) intsizeB3()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B3
- See Also:
-
-
Method Details
-
addB3
-
addAllB3
-
setB3
-
removeB3
-
clearB3
void clearB3() -
getB3
Collection<B3> getB3() -
getB3ByTopiaId
-
getB3TopiaIds
Collection<String> getB3TopiaIds() -
sizeB3
int sizeB3() -
isB3Empty
boolean isB3Empty() -
isB3NotEmpty
boolean isB3NotEmpty() -
containsB3
-