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 TypeMethodDescriptionvoidclone()booleangetClob()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
-
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:
getBaseFactoryInstancein classBaseValue<DocumentClobPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DocumentClobPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DocumentClobPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DocumentClobPK>
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getClob
-
setClob
- Throws:
PersistenceNotNullException
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-