org.italiangrid.voms.ac.impl
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()
VOMSGenericAttribute
getName
in interface VOMSGenericAttribute
public String getValue()
VOMSGenericAttribute
getValue
in interface VOMSGenericAttribute
public String getContext()
VOMSGenericAttribute
getContext
in interface VOMSGenericAttribute
public void setName(String name)
public void setValue(String value)
public void setContext(String context)
Copyright © 2015. All rights reserved.