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 Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionDocumentDetailValue(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 Summary
Modifier 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.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DocumentDetailValue
public 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
-
DocumentDetailValue
public 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 classBaseValue<DocumentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DocumentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DocumentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<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
-