Class DocumentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.document.server.entity.DocumentDetail
- 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 DocumentDetailDocumentDetail
(DocumentDetailValue value, EntityPermission entityPermission) Creates a new instance of DocumentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDocument
(EntityPermission entityPermission) getDocument
(Session session) getDocument
(Session session, EntityPermission entityPermission) getDocumentForUpdate
(Session session) boolean
boolean
getDocumentType
(EntityPermission entityPermission) getDocumentType
(Session session) getDocumentType
(Session session, EntityPermission entityPermission) getDocumentTypeForUpdate
(Session session) boolean
boolean
getMimeType
(EntityPermission entityPermission) getMimeType
(Session session) getMimeType
(Session session, EntityPermission entityPermission) getMimeTypeForUpdate
(Session session) boolean
getPages()
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDocument
(Document entity) void
void
setDocumentName
(String documentName) void
setDocumentPK
(DocumentPK documentPK) void
setDocumentType
(DocumentType entity) void
setDocumentTypePK
(DocumentTypePK documentTypePK) void
setFromTime
(Long fromTime) void
setMimeType
(MimeType entity) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
DocumentDetail
Creates a new instance of DocumentDetail- Throws:
PersistenceException
-
DocumentDetail
Creates a new instance of DocumentDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getDocumentDetailValue
-
setDocumentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getDocumentPK
-
getDocument
-
getDocument
-
getDocument
-
getDocument
-
getDocumentForUpdate
-
getDocumentForUpdate
-
setDocumentPK
public void setDocumentPK(DocumentPK documentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocument
-
getDocumentPKHasBeenModified
-
getDocumentName
-
setDocumentName
public void setDocumentName(String documentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDocumentNameHasBeenModified
-
getDocumentTypePK
-
getDocumentType
-
getDocumentType
-
getDocumentType
-
getDocumentType
-
getDocumentTypeForUpdate
-
getDocumentTypeForUpdate
-
setDocumentTypePK
public void setDocumentTypePK(DocumentTypePK documentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocumentType
-
getDocumentTypePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getPages
-
setPages
public void setPages(Integer pages) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPagesHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-