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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumGroupName(String forumGroupName) voidsetForumGroupPK(ForumGroupPK forumGroupPK) voidsetFromTime(Long fromTime) voidvoidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ForumGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-