org.filteredpush.client.model
Class AnnotationMetadataMapping
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationMetadataMapping
public AnnotationMetadataMapping()
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)