Class ForumMessagePartDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessagePartDetailPK>
com.echothree.model.data.forum.server.value.ForumMessagePartDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumMessagePartDetailValue
extends BaseValue<ForumMessagePartDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumMessagePartDetailValue(ForumMessagePartDetailPK forumMessagePartDetailPK, ForumMessagePartPK forumMessagePartPK, ForumMessagePK forumMessagePK, ForumMessagePartTypePK forumMessagePartTypePK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumMessagePartDetailValueForumMessagePartDetailValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePK forumMessagePK, ForumMessagePartTypePK forumMessagePartTypePK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumMessagePartDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) voidsetForumMessagePartTypePK(ForumMessagePartTypePK forumMessagePartTypePK) voidsetForumMessagePK(ForumMessagePK forumMessagePK) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumMessagePartDetailValue
public ForumMessagePartDetailValue(ForumMessagePartDetailPK forumMessagePartDetailPK, ForumMessagePartPK forumMessagePartPK, ForumMessagePK forumMessagePK, ForumMessagePartTypePK forumMessagePartTypePK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessagePartDetailValue- Throws:
PersistenceNotNullException
-
ForumMessagePartDetailValue
public ForumMessagePartDetailValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePK forumMessagePK, ForumMessagePartTypePK forumMessagePartTypePK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumMessagePartDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumMessagePartDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumMessagePartDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumMessagePartDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumMessagePartDetailPK>
-
getForumMessagePartPK
-
setForumMessagePartPK
public void setForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessagePartPKHasBeenModified
-
getForumMessagePK
-
setForumMessagePK
- Throws:
PersistenceNotNullException
-
getForumMessagePKHasBeenModified
-
getForumMessagePartTypePK
-
setForumMessagePartTypePK
public void setForumMessagePartTypePK(ForumMessagePartTypePK forumMessagePartTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessagePartTypePKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-