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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumMessagePartPK
(ForumMessagePartPK forumMessagePartPK) void
setForumMessagePartTypePK
(ForumMessagePartTypePK forumMessagePartTypePK) void
setForumMessagePK
(ForumMessagePK forumMessagePK) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ForumMessagePartDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumMessagePartDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumMessagePartDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-