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 TypeMethodDescriptionvoidclone()booleangetBlob()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetDocumentPK(DocumentPK documentPK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<DocumentBlobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DocumentBlobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DocumentBlobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DocumentBlobPK>
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getBlob
-
setBlob
- Throws:
PersistenceNotNullException
-
getBlobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-