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) booleanbooleangetDocumentType(EntityPermission entityPermission) booleanbooleangetMimeType(EntityPermission entityPermission) booleangetPages()booleanbooleanbooleaninthashCode()voidremove()voidsetDocument(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getDocumentDetailValue
-
setDocumentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getDocumentPK
-
getDocument
-
getDocument
-
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
-
getDocumentTypeForUpdate
-
setDocumentTypePK
public void setDocumentTypePK(DocumentTypePK documentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocumentType
-
getDocumentTypePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
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
-