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 TypeMethodDescriptionvoidclone()booleangetClob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetForumMessageAttachmentPK(ForumMessageAttachmentPK forumMessageAttachmentPK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ForumMessageClobAttachmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessageClobAttachmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessageClobAttachmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-