Interface A13
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A13Abstract,A13Impl
-
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 TypeMethodDescriptionvoidaddAllRoleB13(Iterable<B13> roleB13) voidaddRoleB13(B13 roleB13) voidbooleancontainsRoleB13(B13 roleB13) getRoleB13ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB13(B13 roleB13) voidsetRoleB13(Collection<B13> roleB13) intMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_ROLE_B13
- See Also:
-
-
Method Details
-
addRoleB13
-
addAllRoleB13
-
setRoleB13
-
removeRoleB13
-
clearRoleB13
void clearRoleB13() -
getRoleB13
Collection<B13> getRoleB13() -
getRoleB13ByTopiaId
-
getRoleB13TopiaIds
Collection<String> getRoleB13TopiaIds() -
sizeRoleB13
int sizeRoleB13() -
isRoleB13Empty
boolean isRoleB13Empty() -
isRoleB13NotEmpty
boolean isRoleB13NotEmpty() -
containsRoleB13
-