Class Event
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.Event
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionEvent()Creates a new instance of EventEvent(EventValue value, EntityPermission entityPermission) Creates a new instance of Event -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCreatedBy(EntityPermission entityPermission) booleangetEntityInstance(EntityPermission entityPermission) booleangetEventGroup(EntityPermission entityPermission) booleanbooleanbooleangetEventType(EntityPermission entityPermission) booleangetRelatedEntityInstance(EntityPermission entityPermission) booleangetRelatedEventType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetCreatedBy(EntityInstance entity) voidsetCreatedByPK(EntityInstancePK createdByPK) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetEventGroup(EventGroup entity) voidsetEventGroupPK(EventGroupPK eventGroupPK) voidsetEventTime(Long eventTime) voidsetEventTimeSequence(Integer eventTimeSequence) voidsetEventType(EventType entity) voidsetEventTypePK(EventTypePK eventTypePK) voidsetEventValue(EventValue value) voidvoidsetRelatedEntityInstancePK(EntityInstancePK relatedEntityInstancePK) voidsetRelatedEventType(EventType entity) voidsetRelatedEventTypePK(EventTypePK relatedEventTypePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
Event
Creates a new instance of Event- Throws:
PersistenceException
-
Event
Creates a new instance of Event
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getEventValue
-
setEventValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEventGroupPK
-
getEventGroup
-
getEventGroup
-
getEventGroupForUpdate
-
setEventGroupPK
public void setEventGroupPK(EventGroupPK eventGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventGroup
-
getEventGroupPKHasBeenModified
-
getEventTime
-
setEventTime
public void setEventTime(Long eventTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventTimeHasBeenModified
-
getEventTimeSequence
-
setEventTimeSequence
public void setEventTimeSequence(Integer eventTimeSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventTimeSequenceHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getEventTypePK
-
getEventType
-
getEventType
-
getEventTypeForUpdate
-
setEventTypePK
public void setEventTypePK(EventTypePK eventTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventType
-
getEventTypePKHasBeenModified
-
getRelatedEntityInstancePK
-
getRelatedEntityInstance
-
getRelatedEntityInstance
-
getRelatedEntityInstanceForUpdate
-
setRelatedEntityInstancePK
public void setRelatedEntityInstancePK(EntityInstancePK relatedEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedEntityInstance
-
getRelatedEntityInstancePKHasBeenModified
-
getRelatedEventTypePK
-
getRelatedEventType
-
getRelatedEventType
-
getRelatedEventTypeForUpdate
-
setRelatedEventTypePK
public void setRelatedEventTypePK(EventTypePK relatedEventTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedEventType
-
getRelatedEventTypePKHasBeenModified
-
getCreatedByPK
-
getCreatedBy
-
getCreatedBy
-
getCreatedByForUpdate
-
setCreatedByPK
public void setCreatedByPK(EntityInstancePK createdByPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCreatedBy
-
getCreatedByPKHasBeenModified
-