Class DocumentClobValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DocumentClobPK>
com.echothree.model.data.document.server.value.DocumentClobValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentClobValue
(DocumentClobPK documentClobPK, DocumentPK documentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of DocumentClobValueDocumentClobValue
(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of DocumentClobValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getClob()
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
-
DocumentClobValue
public DocumentClobValue(DocumentClobPK documentClobPK, DocumentPK documentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentClobValue- Throws:
PersistenceNotNullException
-
DocumentClobValue
public DocumentClobValue(DocumentPK documentPK, String clob, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentClobValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<DocumentClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DocumentClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DocumentClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<DocumentClobPK>
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-