Class MessageBlobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MessageBlobPK>
com.echothree.model.data.message.server.value.MessageBlobValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionMessageBlobValue
(MessageBlobPK messageBlobPK, MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of MessageBlobValueMessageBlobValue
(MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of MessageBlobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setMessagePK
(MessagePK messagePK) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
MessageBlobValue
public MessageBlobValue(MessageBlobPK messageBlobPK, MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageBlobValue- Throws:
PersistenceNotNullException
-
MessageBlobValue
public MessageBlobValue(MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageBlobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<MessageBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<MessageBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<MessageBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<MessageBlobPK>
-
getMessagePK
-
setMessagePK
- Throws:
PersistenceNotNullException
-
getMessagePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
-
getMimeTypePKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-