public class VOMSGenericAttributeImpl extends java.lang.Object implements VOMSGenericAttribute
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() |
public java.lang.String getName()
VOMSGenericAttribute
getName
in interface VOMSGenericAttribute
public java.lang.String getValue()
VOMSGenericAttribute
getValue
in interface VOMSGenericAttribute
public java.lang.String getContext()
VOMSGenericAttribute
getContext
in interface VOMSGenericAttribute
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object