Class QueuedEventValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<QueuedEventPK>
com.echothree.model.data.core.server.value.QueuedEventValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionQueuedEventValue
(EventPK eventPK) Creates a new instance of QueuedEventValueQueuedEventValue
(QueuedEventPK queuedEventPK, EventPK eventPK) Creates a new instance of QueuedEventValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEventPK
(EventPK eventPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
QueuedEventValue
public QueuedEventValue(QueuedEventPK queuedEventPK, EventPK eventPK) throws PersistenceNotNullException Creates a new instance of QueuedEventValue- Throws:
PersistenceNotNullException
-
QueuedEventValue
Creates a new instance of QueuedEventValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<QueuedEventPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<QueuedEventPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<QueuedEventPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<QueuedEventPK>
-
getEventPK
-
setEventPK
- Throws:
PersistenceNotNullException
-
getEventPKHasBeenModified
-