net.jradius.packet.attribute
Class AttributeDescription
java.lang.Object
net.jradius.packet.attribute.AttributeDescription
public final class AttributeDescription
- extends Object
A simple attribute description bean (stored as triplet of Strings:
name, operator, and value).
- Author:
- David Bird
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeDescription
public AttributeDescription()
- Default constructor
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name
- The name to set.
getOp
public String getOp()
- Returns:
- Returns the op.
setOp
public void setOp(String op)
- Parameters:
op
- The op to set.
getValue
public String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(String value)
- Parameters:
value
- The value to set.
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.