Class QueuedEntityValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<QueuedEntityPK>
com.echothree.model.data.queue.server.value.QueuedEntityValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionQueuedEntityValue
(QueuedEntityPK queuedEntityPK, QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) Creates a new instance of QueuedEntityValueQueuedEntityValue
(QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) Creates a new instance of QueuedEntityValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
getTime()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setQueueTypePK
(QueueTypePK queueTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
QueuedEntityValue
public QueuedEntityValue(QueuedEntityPK queuedEntityPK, QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) throws PersistenceNotNullException Creates a new instance of QueuedEntityValue- Throws:
PersistenceNotNullException
-
QueuedEntityValue
public QueuedEntityValue(QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) throws PersistenceNotNullException Creates a new instance of QueuedEntityValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<QueuedEntityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<QueuedEntityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<QueuedEntityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<QueuedEntityPK>
-
getQueueTypePK
-
setQueueTypePK
- Throws:
PersistenceNotNullException
-
getQueueTypePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-