Class ForumGroupForumValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumGroupForumPK>
com.echothree.model.data.forum.server.value.ForumGroupForumValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumGroupForumValue
extends BaseValue<ForumGroupForumPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumGroupForumValue(ForumGroupForumPK forumGroupForumPK, ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValueForumGroupForumValue(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetForumGroupPK(ForumGroupPK forumGroupPK) voidsetForumPK(ForumPK forumPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumGroupForumValue
public ForumGroupForumValue(ForumGroupForumPK forumGroupForumPK, ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumGroupForumValue- Throws:
PersistenceNotNullException
-
ForumGroupForumValue
public ForumGroupForumValue(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumGroupForumValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumGroupForumPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumGroupForumPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumGroupForumPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumGroupForumPK>
-
getForumGroupPK
-
setForumGroupPK
- Throws:
PersistenceNotNullException
-
getForumGroupPKHasBeenModified
-
getForumPK
-
setForumPK
- Throws:
PersistenceNotNullException
-
getForumPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-