Class DocumentBlobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DocumentBlobPK>
com.echothree.model.data.document.server.value.DocumentBlobValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentBlobValue
(DocumentBlobPK documentBlobPK, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValueDocumentBlobValue
(DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getBlob()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setDocumentPK
(DocumentPK documentPK) 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
-
DocumentBlobValue
public DocumentBlobValue(DocumentBlobPK documentBlobPK, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentBlobValue- Throws:
PersistenceNotNullException
-
DocumentBlobValue
public DocumentBlobValue(DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentBlobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<DocumentBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DocumentBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DocumentBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<DocumentBlobPK>
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-