Class ForumStringMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumStringMessagePartPK>
com.echothree.model.data.forum.server.value.ForumStringMessagePartValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumStringMessagePartValue
extends BaseValue<ForumStringMessagePartPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumStringMessagePartValue
(ForumMessagePartPK forumMessagePartPK, String string, Long fromTime, Long thruTime) Creates a new instance of ForumStringMessagePartValueForumStringMessagePartValue
(ForumStringMessagePartPK forumStringMessagePartPK, ForumMessagePartPK forumMessagePartPK, String string, Long fromTime, Long thruTime) Creates a new instance of ForumStringMessagePartValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumMessagePartPK
(ForumMessagePartPK forumMessagePartPK) void
setFromTime
(Long fromTime) void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumStringMessagePartValue
public ForumStringMessagePartValue(ForumStringMessagePartPK forumStringMessagePartPK, ForumMessagePartPK forumMessagePartPK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumStringMessagePartValue- Throws:
PersistenceNotNullException
-
ForumStringMessagePartValue
public ForumStringMessagePartValue(ForumMessagePartPK forumMessagePartPK, String string, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumStringMessagePartValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumStringMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumStringMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumStringMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumStringMessagePartPK>
-
getForumMessagePartPK
-
setForumMessagePartPK
public void setForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessagePartPKHasBeenModified
-
getString
-
setString
- Throws:
PersistenceNotNullException
-
getStringHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-