Sets the value of the 'fetchInterval' field. The default number of seconds between re-fetches of a page. The default is considered as 30 days unless a custom fetch schedle is implemented. @param value the value to set.
(java.lang.Integer value)
| 349 | * The default number of seconds between re-fetches of a page. The default is considered as 30 days unless a custom fetch schedle is implemented. * @param value the value to set. |
| 350 | */ |
| 351 | public void setFetchInterval(java.lang.Integer value) { |
| 352 | this.fetchInterval = value; |
| 353 | setDirty(4); |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * Checks the dirty status of the 'fetchInterval' field. A field is dirty if it represents a change that has not yet been written to the database. |
no outgoing calls