|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.NameValuePair
public class NameValuePair
Name value pair
Constructor Summary | |
---|---|
NameValuePair()
Default constructor. |
|
NameValuePair(String name1,
String value1)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object another)
|
String |
getName()
Return the name. |
String |
getValue()
Return the current value. |
int |
hashCode()
the hashcode |
void |
setName(String name1)
Set the name. |
void |
setValue(String value1)
Set the value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NameValuePair()
public NameValuePair(String name1, String value1)
name1
- The name.value1
- The value.Method Detail |
---|
public void setName(String name1)
name1
- The new namepublic String getName()
public void setValue(String value1)
value1
- The new value.public String getValue()
public String toString()
toString
in class Object
Object.toString()
public boolean equals(Object another)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |