Interface A33
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A33Abstract,A33Impl
-
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 TypeMethodDescriptionvoidaddAllRoleB33(Iterable<B33> roleB33) voidaddRoleB33(B33 roleB33) voidbooleancontainsRoleB33(B33 roleB33) getRoleB33ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB33(B33 roleB33) voidsetRoleB33(Collection<B33> roleB33) intMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_ROLE_B33
- See Also:
-
-
Method Details
-
addRoleB33
-
addAllRoleB33
-
setRoleB33
-
removeRoleB33
-
clearRoleB33
void clearRoleB33() -
getRoleB33
Collection<B33> getRoleB33() -
getRoleB33ByTopiaId
-
getRoleB33TopiaIds
Collection<String> getRoleB33TopiaIds() -
sizeRoleB33
int sizeRoleB33() -
isRoleB33Empty
boolean isRoleB33Empty() -
isRoleB33NotEmpty
boolean isRoleB33NotEmpty() -
containsRoleB33
-