org.italiangrid.voms.ac.impl
Class VOMSGenericAttributeImpl
java.lang.Object
org.italiangrid.voms.ac.impl.VOMSGenericAttributeImpl
- All Implemented Interfaces:
- VOMSGenericAttribute
public class VOMSGenericAttributeImpl
- extends Object
- implements VOMSGenericAttribute
The default implementation for VOMS Generic Attributes.
- Author:
- Andrea Ceccanti
VOMSGenericAttributeImpl
public VOMSGenericAttributeImpl()
getName
public String getName()
- Specified by:
getName
in interface VOMSGenericAttribute
- Returns:
- the name of this generic attribute
getValue
public String getValue()
- Specified by:
getValue
in interface VOMSGenericAttribute
- Returns:
- the value of this generic attribute
getContext
public String getContext()
- Specified by:
getContext
in interface VOMSGenericAttribute
- Returns:
- the context of this generic attribute
setName
public void setName(String name)
setValue
public void setValue(String value)
setContext
public void setContext(String context)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013. All Rights Reserved.