org.filteredpush.annotationprocessor.data
Class InsertLocation

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

public class InsertLocation
extends CompositeObject

The class representing the "insert location" assertion in the annotation.

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

Constructor Summary
InsertLocation(java.util.HashMap<java.lang.String,java.lang.String> data)
           
 
Method Summary
 java.lang.String getDesc()
           
 
Methods inherited from class org.filteredpush.annotationprocessor.data.CompositeObject
get, getFields, getList, getType, getURI, getValue, insert, insertList, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsertLocation

public InsertLocation(java.util.HashMap<java.lang.String,java.lang.String> data)
Method Detail

getDesc

public java.lang.String getDesc()
Specified by:
getDesc in class CompositeObject