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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(CommandMessageDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<CommandMessagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommandMessagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommandMessagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommandMessagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-