Class DocumentClob
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.document.server.entity.DocumentClob
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of DocumentClobDocumentClob(DocumentClobValue value, EntityPermission entityPermission) Creates a new instance of DocumentClob -
Method Summary
Modifier and TypeMethodDescriptionbooleangetClob()booleangetDocument(EntityPermission entityPermission) getDocument(Session session) getDocument(Session session, EntityPermission entityPermission) getDocumentForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetDocument(Document entity) voidvoidsetDocumentPK(DocumentPK documentPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
DocumentClob
Creates a new instance of DocumentClob- Throws:
PersistenceException
-
DocumentClob
Creates a new instance of DocumentClob
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getDocumentClobValue
-
setDocumentClobValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getDocumentPK
-
getDocument
-
getDocument
-
getDocument
-
getDocument
-
getDocumentForUpdate
-
getDocumentForUpdate
-
setDocumentPK
public void setDocumentPK(DocumentPK documentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocument
-
getDocumentPKHasBeenModified
-
getClob
-
setClob
-
getClobHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-