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 TypeMethodDescriptionbooleangetDocument(EntityPermission entityPermission) getDocument(Session session) getDocument(Session session, EntityPermission entityPermission) getDocumentForUpdate(Session session) booleanbooleangetDocumentType(EntityPermission entityPermission) getDocumentType(Session session) getDocumentType(Session session, EntityPermission entityPermission) getDocumentTypeForUpdate(Session session) booleanbooleangetMimeType(EntityPermission entityPermission) getMimeType(Session session) getMimeType(Session session, EntityPermission entityPermission) getMimeTypeForUpdate(Session session) booleangetPages()booleanbooleanbooleaninthashCode()voidremove()voidvoidsetDocument(Document entity) voidvoidsetDocumentName(String documentName) voidsetDocumentPK(DocumentPK documentPK) voidsetDocumentType(DocumentType entity) voidsetDocumentTypePK(DocumentTypePK documentTypePK) voidsetFromTime(Long fromTime) voidsetMimeType(MimeType entity) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidvoidsetThruTime(Long thruTime) voidtoString()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:
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
-
getDocumentDetailValue
-
setDocumentDetailValue
- 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
-
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
-