org.filteredpush.annotationprocessor.data
Class Motivation

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

public class Motivation
extends BasicObject

The class modeling motivation concept in the annotation.

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

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

Motivation

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