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 TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setForumMessagePartPK
(ForumMessagePartPK forumMessagePartPK) void
setFromTime
(Long fromTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ForumBlobMessagePartPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ForumBlobMessagePartPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ForumBlobMessagePartPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-