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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
getPages()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDocumentName
(String documentName) void
setDocumentPK
(DocumentPK documentPK) void
setDocumentTypePK
(DocumentTypePK documentTypePK) void
setFromTime
(Long fromTime) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<DocumentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DocumentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DocumentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-