Class ForumGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumGroupDetailPK>
com.echothree.model.data.forum.server.value.ForumGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ForumGroupDetailValue
extends BaseValue<ForumGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionForumGroupDetailValue
(ForumGroupDetailPK forumGroupDetailPK, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupDetailValue
(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setForumGroupName
(String forumGroupName) void
setForumGroupPK
(ForumGroupPK forumGroupPK) void
setFromTime
(Long fromTime) void
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
-
ForumGroupDetailValue
public ForumGroupDetailValue(ForumGroupDetailPK forumGroupDetailPK, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumGroupDetailValue- Throws:
PersistenceNotNullException
-
ForumGroupDetailValue
public ForumGroupDetailValue(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ForumGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ForumGroupDetailPK>
-
getForumGroupPK
-
setForumGroupPK
- Throws:
PersistenceNotNullException
-
getForumGroupPKHasBeenModified
-
getForumGroupName
-
setForumGroupName
- Throws:
PersistenceNotNullException
-
getForumGroupNameHasBeenModified
-
getIconPK
-
setIconPK
-
getIconPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-