Sets the value of the 'content' field. The entire raw document content e.g. raw XHTML @param value the value to set.
(java.nio.ByteBuffer value)
| 469 | * The entire raw document content e.g. raw XHTML * @param value the value to set. |
| 470 | */ |
| 471 | public void setContent(java.nio.ByteBuffer value) { |
| 472 | this.content = value; |
| 473 | setDirty(9); |
| 474 | } |
| 475 | |
| 476 | /** |
| 477 | * Checks the dirty status of the 'content' field. A field is dirty if it represents a change that has not yet been written to the database. |
no outgoing calls