Class DocumentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DocumentDetailPK>
com.echothree.model.data.document.server.value.DocumentDetailValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class DocumentDetailValue
extends BaseValue<DocumentDetailPK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionDocumentDetailValue(DocumentDetailPK documentDetailPK, DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) Creates a new instance of DocumentDetailValueDocumentDetailValue(DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) Creates a new instance of DocumentDetailValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleangetPages()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDocumentName(String documentName) voidsetDocumentPK(DocumentPK documentPK) voidsetDocumentTypePK(DocumentTypePK documentTypePK) voidsetFromTime(Long fromTime) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
DocumentDetailValuepublic DocumentDetailValue(DocumentDetailPK documentDetailPK, DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentDetailValue- Throws:
- PersistenceNotNullException
 
- 
DocumentDetailValuepublic DocumentDetailValue(DocumentPK documentPK, String documentName, DocumentTypePK documentTypePK, MimeTypePK mimeTypePK, Integer pages, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DocumentDetailValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<DocumentDetailPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<DocumentDetailPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<DocumentDetailPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<DocumentDetailPK>
 
- 
getDocumentPK
- 
setDocumentPK- Throws:
- PersistenceNotNullException
 
- 
getDocumentPKHasBeenModified
- 
getDocumentName
- 
setDocumentName- Throws:
- PersistenceNotNullException
 
- 
getDocumentNameHasBeenModified
- 
getDocumentTypePK
- 
setDocumentTypePK- Throws:
- PersistenceNotNullException
 
- 
getDocumentTypePKHasBeenModified
- 
getMimeTypePK
- 
setMimeTypePK- Throws:
- PersistenceNotNullException
 
- 
getMimeTypePKHasBeenModified
- 
getPages
- 
setPages
- 
getPagesHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-