Class MessageValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MessagePK>
com.echothree.model.data.message.server.value.MessageValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionMessageValue
(MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) Creates a new instance of MessageValueMessageValue
(MessagePK messagePK, MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) Creates a new instance of MessageValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(MessageDetailPK activeDetailPK) void
setLastDetailPK
(MessageDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
MessageValue
public MessageValue(MessagePK messagePK, MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MessageValue- Throws:
PersistenceNotNullException
-
MessageValue
public MessageValue(MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MessageValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<MessagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<MessagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<MessagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<MessagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-