Sets the value of the 'fetchTime' field. The system time in milliseconds for when the page was fetched. @param value the value to set.
(java.lang.Long value)
| 301 | * The system time in milliseconds for when the page was fetched. * @param value the value to set. |
| 302 | */ |
| 303 | public void setFetchTime(java.lang.Long value) { |
| 304 | this.fetchTime = value; |
| 305 | setDirty(2); |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * Checks the dirty status of the 'fetchTime' field. A field is dirty if it represents a change that has not yet been written to the database. |
no outgoing calls