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