Class EventSubscriberEntityInstance
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EventSubscriberEntityInstance
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of EventSubscriberEntityInstanceEventSubscriberEntityInstance(EventSubscriberEntityInstanceValue value, EntityPermission entityPermission) Creates a new instance of EventSubscriberEntityInstance -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityInstance(EntityPermission entityPermission) booleangetEventSubscriber(EntityPermission entityPermission) booleangetEventType(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetEventSubscriber(EventSubscriber entity) voidvoidsetEventSubscriberPK(EventSubscriberPK eventSubscriberPK) voidsetEventType(EventType entity) voidsetEventTypePK(EventTypePK eventTypePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
EventSubscriberEntityInstance
Creates a new instance of EventSubscriberEntityInstance- Throws:
PersistenceException
-
EventSubscriberEntityInstance
public EventSubscriberEntityInstance(EventSubscriberEntityInstanceValue value, EntityPermission entityPermission) Creates a new instance of EventSubscriberEntityInstance
-
-
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
-
getEventSubscriberEntityInstanceValue
-
setEventSubscriberEntityInstanceValue
public void setEventSubscriberEntityInstanceValue(EventSubscriberEntityInstanceValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEventSubscriberPK
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriberForUpdate
-
setEventSubscriberPK
public void setEventSubscriberPK(EventSubscriberPK eventSubscriberPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventSubscriber
-
getEventSubscriberPKHasBeenModified
-
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
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-