Interface A5
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A5Abstract,A5Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearB5()booleancontainsB5(B5 b5) getB5()getB5ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB5(Collection<B5> b5) intsizeB5()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B5
- See Also:
-
-
Method Details
-
addB5
-
addAllB5
-
setB5
-
removeB5
-
clearB5
void clearB5() -
getB5
Collection<B5> getB5() -
getB5ByTopiaId
-
getB5TopiaIds
Collection<String> getB5TopiaIds() -
sizeB5
int sizeB5() -
isB5Empty
boolean isB5Empty() -
isB5NotEmpty
boolean isB5NotEmpty() -
containsB5
-