public class VOMSGenericAttributeImpl extends java.lang.Object implements VOMSGenericAttribute
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
context |
private java.lang.String |
name |
private java.lang.String |
value |
| Constructor and Description |
|---|
VOMSGenericAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContext()
This method returns the context for this generic attribute
|
java.lang.String |
getName()
This method returns the name of this generic attribute
|
java.lang.String |
getValue()
This method returns the value of this generic attribute
|
int |
hashCode() |
void |
setContext(java.lang.String context) |
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
private java.lang.String name
private java.lang.String value
private java.lang.String context
public java.lang.String getName()
VOMSGenericAttributegetName in interface VOMSGenericAttributepublic java.lang.String getValue()
VOMSGenericAttributegetValue in interface VOMSGenericAttributepublic java.lang.String getContext()
VOMSGenericAttributegetContext in interface VOMSGenericAttributepublic void setName(java.lang.String name)
public void setValue(java.lang.String value)
public void setContext(java.lang.String context)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object