com.ingenta.clownbike
Class DateAttribute

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

public class DateAttribute
extends AttributeImpl

See Also:
Serialized Form

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

Constructor Detail

DateAttribute

public DateAttribute()

DateAttribute

public DateAttribute(java.lang.String name,
                     java.util.Date value)
Method Detail

getValue

public java.util.Date getValue()

setValue

public void setValue(java.util.Date value)