Class DocumentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DocumentPK>
com.echothree.model.data.document.server.value.DocumentValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionDocumentValue(DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) Creates a new instance of DocumentValueDocumentValue(DocumentPK documentPK, DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) Creates a new instance of DocumentValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(DocumentDetailPK activeDetailPK) voidsetLastDetailPK(DocumentDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DocumentValue
public DocumentValue(DocumentPK documentPK, DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of DocumentValue- Throws:
PersistenceNotNullException
-
DocumentValue
public DocumentValue(DocumentDetailPK activeDetailPK, DocumentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of DocumentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<DocumentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DocumentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DocumentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DocumentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-