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 TypeMethodDescriptionvoidclone()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEventPK(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:
getBaseFactoryInstancein classBaseValue<QueuedEventPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<QueuedEventPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<QueuedEventPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<QueuedEventPK>
-
getEventPK
-
setEventPK
- Throws:
PersistenceNotNullException
-
getEventPKHasBeenModified
-