Class ForumClobMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumClobMessagePartPK>
com.echothree.model.data.forum.server.value.ForumClobMessagePartValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumClobMessagePartValue
extends BaseValue<ForumClobMessagePartPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumClobMessagePartValue(ForumClobMessagePartPK forumClobMessagePartPK, ForumMessagePartPK forumMessagePartPK, String clob, Long fromTime, Long thruTime) Creates a new instance of ForumClobMessagePartValueForumClobMessagePartValue(ForumMessagePartPK forumMessagePartPK, String clob, Long fromTime, Long thruTime) Creates a new instance of ForumClobMessagePartValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetClob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumClobMessagePartValue
public ForumClobMessagePartValue(ForumClobMessagePartPK forumClobMessagePartPK, ForumMessagePartPK forumMessagePartPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumClobMessagePartValue- Throws:
PersistenceNotNullException
-
ForumClobMessagePartValue
public ForumClobMessagePartValue(ForumMessagePartPK forumMessagePartPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumClobMessagePartValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumClobMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumClobMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumClobMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumClobMessagePartPK>
-
getForumMessagePartPK
-
setForumMessagePartPK
public void setForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessagePartPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-