Sets the value of the 'prevSignature' field. An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints. @param value the value to set.
(java.nio.ByteBuffer value)
| 517 | * An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints. * @param value the value to set. |
| 518 | */ |
| 519 | public void setPrevSignature(java.nio.ByteBuffer value) { |
| 520 | this.prevSignature = value; |
| 521 | setDirty(11); |
| 522 | } |
| 523 | |
| 524 | /** |
| 525 | * Checks the dirty status of the 'prevSignature' field. A field is dirty if it represents a change that has not yet been written to the database. |