org.filteredpush.annotationprocessor.data
Class AnnotateDate

java.lang.Object
  extended by org.filteredpush.annotationprocessor.data.BasicObject
      extended by org.filteredpush.annotationprocessor.data.AnnotateDate
All Implemented Interfaces:
java.io.Serializable

public class AnnotateDate
extends BasicObject

The class representing annotate date concept.

Author:
Lei Dou $Id: AnnotateDate.java 1752 2012-12-11 15:57:30Z ramorrismorris $
See Also:
Serialized Form

Constructor Summary
AnnotateDate(java.util.HashMap<java.lang.String,java.lang.String> data)
           
 
Method Summary
 
Methods inherited from class org.filteredpush.annotationprocessor.data.BasicObject
get, getValue, set, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotateDate

public AnnotateDate(java.util.HashMap<java.lang.String,java.lang.String> data)