Class ForumForumThreadValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumForumThreadPK>
com.echothree.model.data.forum.server.value.ForumForumThreadValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumForumThreadValue
extends BaseValue<ForumForumThreadPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumForumThreadValue
(ForumForumThreadPK forumForumPK, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValueForumForumThreadValue
(ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumPK
(ForumPK forumPK) void
setForumThreadPK
(ForumThreadPK forumThreadPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) 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
-
ForumForumThreadValue
public ForumForumThreadValue(ForumForumThreadPK forumForumPK, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumForumThreadValue- Throws:
PersistenceNotNullException
-
ForumForumThreadValue
public ForumForumThreadValue(ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumForumThreadValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumForumThreadPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumForumThreadPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumForumThreadPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumForumThreadPK>
-
getForumPK
-
setForumPK
- Throws:
PersistenceNotNullException
-
getForumPKHasBeenModified
-
getForumThreadPK
-
setForumThreadPK
- Throws:
PersistenceNotNullException
-
getForumThreadPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-