org.filteredpush.annotationprocessor.data
Class UpdateLocation

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

public class UpdateLocation
extends CompositeObject

The class modeling "Update Location" assertion in the annotation.

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

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

UpdateLocation

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

getDesc

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