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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) voidsetFromTime(Long fromTime) voidvoidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ForumStringMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumStringMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumStringMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-