Class CommandDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommandDetailPK>
com.echothree.model.data.core.server.value.CommandDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommandDetailValue
extends BaseValue<CommandDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDetailValue
(CommandDetailPK commandDetailPK, CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommandDetailValueCommandDetailValue
(CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CommandDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommandName
(String commandName) void
setCommandPK
(CommandPK commandPK) void
setComponentVendorPK
(ComponentVendorPK componentVendorPK) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommandDetailValue
public CommandDetailValue(CommandDetailPK commandDetailPK, CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommandDetailValue- Throws:
PersistenceNotNullException
-
CommandDetailValue
public CommandDetailValue(CommandPK commandPK, ComponentVendorPK componentVendorPK, String commandName, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommandDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommandDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommandDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommandDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommandDetailPK>
-
getCommandPK
-
setCommandPK
- Throws:
PersistenceNotNullException
-
getCommandPKHasBeenModified
-
getComponentVendorPK
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getComponentVendorPKHasBeenModified
-
getCommandName
-
setCommandName
- Throws:
PersistenceNotNullException
-
getCommandNameHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-