Lines Matching defs:purpose
267 * Specifies a comment that describes a cookie's purpose.
272 * @param purpose a <code>String</code> specifying the comment
279 public void setComment(String purpose) {
280 comment = purpose;
287 * Returns the comment describing the purpose of this cookie, or
304 * Specifies a comment url that describes a cookie's purpose.
308 * @param purpose a <code>String</code> specifying the comment url
315 public void setCommentURL(String purpose) {
316 commentURL = purpose;
323 * Returns the comment url describing the purpose of this cookie, or