org.filteredpush.annotationprocessor.data
Class UpdateIdentification

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

public class UpdateIdentification
extends CompositeObject

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

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

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

UpdateIdentification

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

getDesc

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