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