Interface A63
- All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
A63Abstract, A63Impl
public interface A63
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 TypeMethodDescriptionvoidaddAllRoleB63(Iterable<B63> roleB63) voidaddRoleB63(int index, B63 roleB63) voidaddRoleB63(B63 roleB63) voidbooleancontainsRoleB63(B63 roleB63) getRoleB63(int index) getRoleB63ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleB63(int index) voidremoveRoleB63(B63 roleB63) voidsetRoleB63(List<B63> roleB63) 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_B63
- See Also:
-
-
Method Details
-
addRoleB63
-
addRoleB63
-
addAllRoleB63
-
setRoleB63
-
removeRoleB63
-
removeRoleB63
void removeRoleB63(int index) -
clearRoleB63
void clearRoleB63() -
getRoleB63
-
getRoleB63
-
getRoleB63ByTopiaId
-
getRoleB63TopiaIds
-
sizeRoleB63
int sizeRoleB63() -
isRoleB63Empty
boolean isRoleB63Empty() -
isRoleB63NotEmpty
boolean isRoleB63NotEmpty() -
containsRoleB63
-