treebolic.commons
Class UrlDialog.ParameterModel.Entry

java.lang.Object
  extended by treebolic.commons.UrlDialog.ParameterModel.Entry
Enclosing class:
UrlDialog.ParameterModel

private class UrlDialog.ParameterModel.Entry
extends java.lang.Object


Field Summary
 java.lang.String theKey
          Key
 java.lang.String theValue
          Value
 
Constructor Summary
UrlDialog.ParameterModel.Entry()
          Constructor
UrlDialog.ParameterModel.Entry(java.lang.String thisKey, java.lang.String thisValue)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theKey

public java.lang.String theKey
Key


theValue

public java.lang.String theValue
Value

Constructor Detail

UrlDialog.ParameterModel.Entry

public UrlDialog.ParameterModel.Entry()
Constructor


UrlDialog.ParameterModel.Entry

public UrlDialog.ParameterModel.Entry(java.lang.String thisKey,
                                      java.lang.String thisValue)
Constructor

Parameters:
thisKey - key
thisValue - value