|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.client.Parameter<Name,Value>
public class Parameter<Name,Value>
The Class Parameter.
Field Summary | |
---|---|
private Name |
name
The name. |
private Value |
value
The 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 |
Field Detail |
---|
private Name name
private Value value
Constructor Detail |
---|
public Parameter(Name name, Value value)
name
- the namevalue
- the valueMethod 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.Object
public 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 |