Interface B22
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
B22Abstract,B22Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearA22()booleancontainsA22(A22 a22) getA22()getA22ByTopiaId(String topiaId) booleanbooleanvoidvoidsetA22(Collection<A22> a22) intsizeA22()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_A22
- See Also:
-
-
Method Details
-
addA22
-
addAllA22
-
setA22
-
removeA22
-
clearA22
void clearA22() -
getA22
Collection<A22> getA22() -
getA22ByTopiaId
-
getA22TopiaIds
Collection<String> getA22TopiaIds() -
sizeA22
int sizeA22() -
isA22Empty
boolean isA22Empty() -
isA22NotEmpty
boolean isA22NotEmpty() -
containsA22
-