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 TypeMethodDescriptionvoidclone()booleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetQueueTypePK(QueueTypePK queueTypePK) voidtoString()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:
getBaseFactoryInstancein classBaseValue<QueuedEntityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<QueuedEntityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<QueuedEntityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<QueuedEntityPK>
-
getQueueTypePK
-
setQueueTypePK
- Throws:
PersistenceNotNullException
-
getQueueTypePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-