Interface A31
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
A31Abstract,A31Impl
-
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 TypeMethodDescriptionvoidaddAllRoleB31(Iterable<B31> roleB31) voidaddRoleB31(B31 roleB31) voidbooleancontainsRoleB31(B31 roleB31) getRoleB31ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB31(B31 roleB31) voidsetRoleB31(Collection<B31> roleB31) intMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_ROLE_B31
- See Also:
-
-
Method Details
-
addRoleB31
-
addAllRoleB31
-
setRoleB31
-
removeRoleB31
-
clearRoleB31
void clearRoleB31() -
getRoleB31
Collection<B31> getRoleB31() -
getRoleB31ByTopiaId
-
getRoleB31TopiaIds
Collection<String> getRoleB31TopiaIds() -
sizeRoleB31
int sizeRoleB31() -
isRoleB31Empty
boolean isRoleB31Empty() -
isRoleB31NotEmpty
boolean isRoleB31NotEmpty() -
containsRoleB31
-