Interface A1
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A1Abstract,A1Impl
-
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 TypeMethodDescriptionvoidvoidvoidclearB1()booleancontainsB1(B1 b1) getB1()getB1ByTopiaId(String topiaId) booleanbooleanvoidvoidsetB1(Collection<B1> b1) intsizeB1()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_B1
- See Also:
-
-
Method Details
-
addB1
-
addAllB1
-
setB1
-
removeB1
-
clearB1
void clearB1() -
getB1
Collection<B1> getB1() -
getB1ByTopiaId
-
getB1TopiaIds
Collection<String> getB1TopiaIds() -
sizeB1
int sizeB1() -
isB1Empty
boolean isB1Empty() -
isB1NotEmpty
boolean isB1NotEmpty() -
containsB1
-