org.filteredpush.annotationprocessor.data
Class UpdateOccurrence

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

public class UpdateOccurrence
extends CompositeObject

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

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

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

UpdateOccurrence

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

getDesc

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