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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionMessageValue(MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) Creates a new instance of MessageValueMessageValue(MessagePK messagePK, MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) Creates a new instance of MessageValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(MessageDetailPK activeDetailPK) voidsetLastDetailPK(MessageDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
MessageValuepublic MessageValue(MessagePK messagePK, MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MessageValue- Throws:
- PersistenceNotNullException
 
- 
MessageValuepublic MessageValue(MessageDetailPK activeDetailPK, MessageDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of MessageValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<MessagePK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<MessagePK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<MessagePK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<MessagePK>
 
- 
getActiveDetailPK
- 
setActiveDetailPK
- 
getActiveDetailPKHasBeenModified
- 
getLastDetailPK
- 
setLastDetailPK
- 
getLastDetailPKHasBeenModified
 
-