Sets the value of the 'baseUrl' field. The original associated with this WebPage. @param value the value to set.
(java.lang.CharSequence value)
| 253 | * The original associated with this WebPage. * @param value the value to set. |
| 254 | */ |
| 255 | public void setBaseUrl(java.lang.CharSequence value) { |
| 256 | this.baseUrl = value; |
| 257 | setDirty(0); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Checks the dirty status of the 'baseUrl' field. A field is dirty if it represents a change that has not yet been written to the database. |
no outgoing calls