Class CommandDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.CommandDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CommandDetailCommandDetail(CommandDetailValue value, EntityPermission entityPermission) Creates a new instance of CommandDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCommand(EntityPermission entityPermission) getCommand(Session session) getCommand(Session session, EntityPermission entityPermission) getCommandForUpdate(Session session) booleanbooleangetComponentVendor(EntityPermission entityPermission) getComponentVendor(Session session) getComponentVendor(Session session, EntityPermission entityPermission) getComponentVendorForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCommand(Command entity) voidvoidsetCommandName(String commandName) voidsetCommandPK(CommandPK commandPK) voidsetComponentVendor(ComponentVendor entity) voidsetComponentVendorPK(ComponentVendorPK componentVendorPK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommandDetail
Creates a new instance of CommandDetail- Throws:
PersistenceException
-
CommandDetail
Creates a new instance of CommandDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCommandDetailValue
-
setCommandDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommandPK
-
getCommand
-
getCommand
-
getCommand
-
getCommand
-
getCommandForUpdate
-
getCommandForUpdate
-
setCommandPK
public void setCommandPK(CommandPK commandPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommand
-
getCommandPKHasBeenModified
-
getComponentVendorPK
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendor
-
getComponentVendorForUpdate
-
getComponentVendorForUpdate
-
setComponentVendorPK
public void setComponentVendorPK(ComponentVendorPK componentVendorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setComponentVendor
-
getComponentVendorPKHasBeenModified
-
getCommandName
-
setCommandName
public void setCommandName(String commandName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommandNameHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-