Interface A51
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A51Abstract,A51Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearB51()booleancontainsB51(B51 b51) getB51()getB51ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB51(Collection<B51> b51) intsizeB51()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B51
- See Also:
-
-
Method Details
-
addB51
-
addAllB51
-
setB51
-
removeB51
-
clearB51
void clearB51() -
getB51
Collection<B51> getB51() -
getB51ByTopiaId
-
getB51TopiaIds
Collection<String> getB51TopiaIds() -
sizeB51
int sizeB51() -
isB51Empty
boolean isB51Empty() -
isB51NotEmpty
boolean isB51NotEmpty() -
containsB51
-