|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.licorize.api.client.Parameter<Name,Value>
public class Parameter<Name,Value>
| Constructor Summary | |
|---|---|
Parameter(Name name,
Value value)
Instantiates a new parameter. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Name |
getName()
Gets the name. |
Value |
getValue()
Gets the value. |
int |
hashCode()
|
void |
setName(Name name)
Sets the name. |
void |
setValue(Value value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(Name name,
Value value)
name - the namevalue - the value| Method Detail |
|---|
public Name getName()
public void setName(Name name)
name - the name to setpublic Value getValue()
public void setValue(Value value)
value - the value to setpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||