Interface B32
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
B32Abstract,B32Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearA32()booleancontainsA32(A32 a32) getA32()getA32ByTopiaId(String topiaId) booleanbooleanvoidvoidsetA32(Collection<A32> a32) intsizeA32()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_A32
- See Also:
-
-
Method Details
-
addA32
-
addAllA32
-
setA32
-
removeA32
-
clearA32
void clearA32() -
getA32
Collection<A32> getA32() -
getA32ByTopiaId
-
getA32TopiaIds
Collection<String> getA32TopiaIds() -
sizeA32
int sizeA32() -
isA32Empty
boolean isA32Empty() -
isA32NotEmpty
boolean isA32NotEmpty() -
containsA32
-