net.jradius.packet.attribute
Class AttributeDescription

java.lang.Object
  extended by 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

Constructor Summary
AttributeDescription()
          Default constructor
 
Method Summary
 String getName()
           
 String getOp()
           
 String getValue()
           
 void setName(String name)
           
 void setOp(String op)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDescription

public AttributeDescription()
Default constructor

Method Detail

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.