org.filteredpush.annotationprocessor.data
Class Opinion

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

public class Opinion
extends BasicObject

The class modeling opinion concept in the response annotation.

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

Constructor Summary
Opinion(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

Opinion

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