Class EntityMessageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityMessagePK>
com.echothree.model.data.message.server.value.EntityMessageValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityMessageValue
extends BaseValue<EntityMessagePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityMessageValue
(EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValueEntityMessageValue
(EntityMessagePK entityMessagePK, EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setMessagePK
(MessagePK messagePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityMessageValue
public EntityMessageValue(EntityMessagePK entityMessagePK, EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityMessageValue- Throws:
PersistenceNotNullException
-
EntityMessageValue
public EntityMessageValue(EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityMessageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityMessagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityMessagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityMessagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityMessagePK>
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getMessagePK
-
setMessagePK
- Throws:
PersistenceNotNullException
-
getMessagePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-