Class CommandMessageDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.CommandMessageDetail
- 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 CommandMessageDetailCommandMessageDetail(CommandMessageDetailValue value, EntityPermission entityPermission) Creates a new instance of CommandMessageDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCommandMessage(EntityPermission entityPermission) getCommandMessage(Session session) getCommandMessage(Session session, EntityPermission entityPermission) getCommandMessageForUpdate(Session session) booleanbooleangetCommandMessageType(EntityPermission entityPermission) getCommandMessageType(Session session) getCommandMessageType(Session session, EntityPermission entityPermission) getCommandMessageTypeForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetCommandMessage(CommandMessage entity) voidvoidsetCommandMessageKey(String commandMessageKey) voidsetCommandMessagePK(CommandMessagePK commandMessagePK) voidvoidsetCommandMessageTypePK(CommandMessageTypePK commandMessageTypePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommandMessageDetail
Creates a new instance of CommandMessageDetail- Throws:
PersistenceException
-
CommandMessageDetail
Creates a new instance of CommandMessageDetail
-
-
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
-
getCommandMessageDetailValue
-
setCommandMessageDetailValue
public void setCommandMessageDetailValue(CommandMessageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommandMessagePK
-
getCommandMessage
-
getCommandMessage
-
getCommandMessage
-
getCommandMessage
-
getCommandMessageForUpdate
-
getCommandMessageForUpdate
-
setCommandMessagePK
public void setCommandMessagePK(CommandMessagePK commandMessagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommandMessage
-
getCommandMessagePKHasBeenModified
-
getCommandMessageTypePK
-
getCommandMessageType
-
getCommandMessageType
-
getCommandMessageType
-
getCommandMessageType
-
getCommandMessageTypeForUpdate
-
getCommandMessageTypeForUpdate
-
setCommandMessageTypePK
public void setCommandMessageTypePK(CommandMessageTypePK commandMessageTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommandMessageType
-
getCommandMessageTypePKHasBeenModified
-
getCommandMessageKey
-
setCommandMessageKey
public void setCommandMessageKey(String commandMessageKey) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommandMessageKeyHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-