Class ForumThreadDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumThreadDetailPK>
com.echothree.model.data.forum.server.value.ForumThreadDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumThreadDetailValue
extends BaseValue<ForumThreadDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumThreadDetailValue
(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadDetailValue
(ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumThreadName
(String forumThreadName) void
setForumThreadPK
(ForumThreadPK forumThreadPK) void
setFromTime
(Long fromTime) void
void
setPostedTime
(Long postedTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumThreadDetailValue
public ForumThreadDetailValue(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumThreadDetailValue- Throws:
PersistenceNotNullException
-
ForumThreadDetailValue
public ForumThreadDetailValue(ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumThreadDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumThreadDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumThreadDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumThreadDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumThreadDetailPK>
-
getForumThreadPK
-
setForumThreadPK
- Throws:
PersistenceNotNullException
-
getForumThreadPKHasBeenModified
-
getForumThreadName
-
setForumThreadName
- Throws:
PersistenceNotNullException
-
getForumThreadNameHasBeenModified
-
getIconPK
-
setIconPK
-
getIconPKHasBeenModified
-
getPostedTime
-
setPostedTime
- Throws:
PersistenceNotNullException
-
getPostedTimeHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-