Interface A71
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A71Abstract,A71Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearB71()booleancontainsB71(B71 b71) getB71()getB71ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB71(Collection<B71> b71) intsizeB71()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B71
- See Also:
-
-
Method Details
-
addB71
-
addAllB71
-
setB71
-
removeB71
-
clearB71
void clearB71() -
getB71
Collection<B71> getB71() -
getB71ByTopiaId
-
getB71TopiaIds
Collection<String> getB71TopiaIds() -
sizeB71
int sizeB71() -
isB71Empty
boolean isB71Empty() -
isB71NotEmpty
boolean isB71NotEmpty() -
containsB71
-