Class ForumBlobMessagePartValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ForumBlobMessagePartPK>
com.echothree.model.data.forum.server.value.ForumBlobMessagePartValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ForumBlobMessagePartValue
extends BaseValue<ForumBlobMessagePartPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionForumBlobMessagePartValue(ForumBlobMessagePartPK forumBlobMessagePartPK, ForumMessagePartPK forumMessagePartPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumBlobMessagePartValueForumBlobMessagePartValue(ForumMessagePartPK forumMessagePartPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumBlobMessagePartValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetBlob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ForumBlobMessagePartValue
public ForumBlobMessagePartValue(ForumBlobMessagePartPK forumBlobMessagePartPK, ForumMessagePartPK forumMessagePartPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumBlobMessagePartValue- Throws:
PersistenceNotNullException
-
ForumBlobMessagePartValue
public ForumBlobMessagePartValue(ForumMessagePartPK forumMessagePartPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ForumBlobMessagePartValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ForumBlobMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ForumBlobMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ForumBlobMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ForumBlobMessagePartPK>
-
getForumMessagePartPK
-
setForumMessagePartPK
public void setForumMessagePartPK(ForumMessagePartPK forumMessagePartPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getForumMessagePartPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-