|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.Parameter
public class Parameter
Class that represents a HTTP parameter.
$Header: /cvsroot/sinon/sinon/src/java/eteg/sinon/core/Parameter.java,v 1.2 2005/06/21 14:25:07 thiagohp Exp $
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ENCODING
Default value of the encoding property. |
Constructor Summary | |
---|---|
Parameter()
Constructor without parameters. |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the value of the encoding property. |
java.lang.String |
getName()
Returns the value of the name property. |
java.lang.String |
getValue()
Returns the value of the value property. |
void |
setEncoding(java.lang.String encoding)
Sets the value of the encoding property. |
void |
setName(java.lang.String name)
Sets the value of the name property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_ENCODING
encoding
property.
Value: ISo-8859-1
.
Constructor Detail |
---|
public Parameter()
Method Detail |
---|
public java.lang.String getName()
name
property.
String
.public void setName(java.lang.String name)
name
property.
name
- the new name
value.public java.lang.String getValue()
value
property.
String
.public void setValue(java.lang.String value)
value
property.
value
- the new value
value.public java.lang.String getEncoding()
encoding
property.
String
.public void setEncoding(java.lang.String encoding)
encoding
property.
encoding
- the new encoding
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |