Interface A61
- All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
A61Abstract, A61Impl
public interface A61
extends org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.event.ListenableTopiaEntity
-
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 TypeMethodDescriptionvoidaddAllRoleB61(Iterable<B61> roleB61) voidaddRoleB61(int index, B61 roleB61) voidaddRoleB61(B61 roleB61) voidbooleancontainsRoleB61(B61 roleB61) getRoleB61(int index) getRoleB61ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB61(int index) voidremoveRoleB61(B61 roleB61) voidsetRoleB61(List<B61> roleB61) intMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_ROLE_B61
- See Also:
-
-
Method Details
-
addRoleB61
-
addRoleB61
-
addAllRoleB61
-
setRoleB61
-
removeRoleB61
-
removeRoleB61
void removeRoleB61(int index) -
clearRoleB61
void clearRoleB61() -
getRoleB61
-
getRoleB61
-
getRoleB61ByTopiaId
-
getRoleB61TopiaIds
-
sizeRoleB61
int sizeRoleB61() -
isRoleB61Empty
boolean isRoleB61Empty() -
isRoleB61NotEmpty
boolean isRoleB61NotEmpty() -
containsRoleB61
-