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 TypeMethodDescriptionboolean
getCommandMessage
(EntityPermission entityPermission) getCommandMessage
(Session session) getCommandMessage
(Session session, EntityPermission entityPermission) getCommandMessageForUpdate
(Session session) boolean
boolean
getCommandMessageType
(EntityPermission entityPermission) getCommandMessageType
(Session session) getCommandMessageType
(Session session, EntityPermission entityPermission) getCommandMessageTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCommandMessage
(CommandMessage entity) void
void
setCommandMessageKey
(String commandMessageKey) void
setCommandMessagePK
(CommandMessagePK commandMessagePK) void
void
setCommandMessageTypePK
(CommandMessageTypePK commandMessageTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getCommandMessageDetailValue
-
setCommandMessageDetailValue
public void setCommandMessageDetailValue(CommandMessageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-