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