Class MessageClobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<MessageClobPK>
com.echothree.model.data.message.server.value.MessageClobValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionMessageClobValue
(MessageClobPK messageClobPK, MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, String clob, Long fromTime, Long thruTime) Creates a new instance of MessageClobValueMessageClobValue
(MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, String clob, Long fromTime, Long thruTime) Creates a new instance of MessageClobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getClob()
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
-
MessageClobValue
public MessageClobValue(MessageClobPK messageClobPK, MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageClobValue- Throws:
PersistenceNotNullException
-
MessageClobValue
public MessageClobValue(MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of MessageClobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<MessageClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<MessageClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<MessageClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<MessageClobPK>
-
getMessagePK
-
setMessagePK
- Throws:
PersistenceNotNullException
-
getMessagePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
-
getMimeTypePKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-