com.ingenta.clownbike
Class IntegerAttribute

java.lang.Object
  extended byAttributeImpl
      extended bycom.ingenta.clownbike.IntegerAttribute

public class IntegerAttribute
extends AttributeImpl

See Also:
Serialized Form

Constructor Summary
IntegerAttribute()
           
IntegerAttribute(java.lang.String name, java.lang.Integer value)
           
 
Method Summary
 java.lang.Integer getValue()
           
 int intValue()
           
 void setValue(java.lang.Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerAttribute

public IntegerAttribute()

IntegerAttribute

public IntegerAttribute(java.lang.String name,
                        java.lang.Integer value)
Method Detail

getValue

public java.lang.Integer getValue()

setValue

public void setValue(java.lang.Integer value)

intValue

public int intValue()