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 TypeMethodDescriptionvoid
clone()
boolean
getClob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setForumMessagePartPK
(ForumMessagePartPK forumMessagePartPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<ForumClobMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumClobMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumClobMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-