org.filteredpush.client.model
Class AnnotationMetadataMapping

java.lang.Object
  extended by org.filteredpush.client.model.AnnotationMetadataMapping
All Implemented Interfaces:
java.io.Serializable

public class AnnotationMetadataMapping
extends java.lang.Object
implements java.io.Serializable

The class models the AnnotationMetadataMapping entity in the database. This entity configures for each annotation type, which fields will the annotation metadata maps to.

Author:
Lei Dou $Id$
See Also:
Serialized Form

Constructor Summary
AnnotationMetadataMapping()
           
 
Method Summary
 java.lang.String getAnnotationType()
           
 java.util.Map<java.lang.String,java.lang.String> getAnnotationTypes()
           
 int getId()
           
 java.lang.String getMapToField()
           
 FPUser getUser()
           
 void setAnnotationType(java.lang.String annotationType)
           
 void setId(int id)
           
 void setMapToField(java.lang.String mapToField)
           
 void setUser(FPUser user)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMetadataMapping

public AnnotationMetadataMapping()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getAnnotationType

public java.lang.String getAnnotationType()

setAnnotationType

public void setAnnotationType(java.lang.String annotationType)

getMapToField

public java.lang.String getMapToField()

setMapToField

public void setMapToField(java.lang.String mapToField)

getAnnotationTypes

public java.util.Map<java.lang.String,java.lang.String> getAnnotationTypes()

getUser

public FPUser getUser()

setUser

public void setUser(FPUser user)