com.infoengine.modeler.UI
Class TaskExecutionPanel.Cookie

java.lang.Object
  extended bycom.infoengine.modeler.UI.TaskExecutionPanel.Cookie
Enclosing class:
TaskExecutionPanel

class TaskExecutionPanel.Cookie
extends Object


Field Summary
(package private)  String domain
           
(package private)  String expires
           
(package private)  String name
           
(package private)  String path
           
(package private)  boolean secure
           
(package private)  String value
           
 
Constructor Summary
(package private) TaskExecutionPanel.Cookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

value

String value

expires

String expires

path

String path

domain

String domain

secure

boolean secure
Constructor Detail

TaskExecutionPanel.Cookie

TaskExecutionPanel.Cookie()