Interface A32
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A32Abstract,A32Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearB32()booleancontainsB32(B32 b32) getB32()getB32ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB32(Collection<B32> b32) intsizeB32()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B32
- See Also:
-
-
Method Details
-
addB32
-
addAllB32
-
setB32
-
removeB32
-
clearB32
void clearB32() -
getB32
Collection<B32> getB32() -
getB32ByTopiaId
-
getB32TopiaIds
Collection<String> getB32TopiaIds() -
sizeB32
int sizeB32() -
isB32Empty
boolean isB32Empty() -
isB32NotEmpty
boolean isB32NotEmpty() -
containsB32
-