Class ForumMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumMessagePartPK>
com.echothree.model.data.forum.server.value.ForumMessagePartValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class ForumMessagePartValue
extends BaseValue<ForumMessagePartPK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValueForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ForumMessagePartDetailPK activeDetailPK) voidsetLastDetailPK(ForumMessagePartDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
ForumMessagePartValuepublic ForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
- PersistenceNotNullException
 
- 
ForumMessagePartValuepublic ForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ForumMessagePartValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<ForumMessagePartPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<ForumMessagePartPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<ForumMessagePartPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<ForumMessagePartPK>
 
- 
getActiveDetailPK
- 
setActiveDetailPK
- 
getActiveDetailPKHasBeenModified
- 
getLastDetailPK
- 
setLastDetailPK
- 
getLastDetailPKHasBeenModified
 
-