Class ForumMessageClobAttachmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessageClobAttachmentPK>
com.echothree.model.data.forum.server.value.ForumMessageClobAttachmentValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumMessageClobAttachmentValue
extends BaseValue<ForumMessageClobAttachmentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumMessageClobAttachmentValue
(ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of ForumMessageClobAttachmentValueForumMessageClobAttachmentValue
(ForumMessageClobAttachmentPK forumMessageClobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of ForumMessageClobAttachmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getClob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setForumMessageAttachmentPK
(ForumMessageAttachmentPK forumMessageAttachmentPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessageClobAttachmentValue
public ForumMessageClobAttachmentValue(ForumMessageClobAttachmentPK forumMessageClobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageClobAttachmentValue- Throws:
PersistenceNotNullException
-
ForumMessageClobAttachmentValue
public ForumMessageClobAttachmentValue(ForumMessageAttachmentPK forumMessageAttachmentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessageClobAttachmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumMessageClobAttachmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessageClobAttachmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessageClobAttachmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumMessageClobAttachmentPK>
-
getForumMessageAttachmentPK
-
setForumMessageAttachmentPK
public void setForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessageAttachmentPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-