org.ow2.weblab.portlet.bean
Class AnnotationsDescBean

java.lang.Object
  extended by org.ow2.weblab.portlet.bean.AnnotationsDescBean

public class AnnotationsDescBean
extends java.lang.Object

Bean to store annotations description and it value.

Author:
emilien

Constructor Summary
AnnotationsDescBean()
           
 
Method Summary
 java.lang.String getAnnotationValue(java.lang.String namespace)
          get the value for the annotation name-space.
 java.lang.String[] getDisctinctAnnotationsNS()
           
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsDescBean

public AnnotationsDescBean()
Method Detail

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns:
the properties

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Parameters:
properties - the properties to set

getDisctinctAnnotationsNS

public java.lang.String[] getDisctinctAnnotationsNS()

getAnnotationValue

public java.lang.String getAnnotationValue(java.lang.String namespace)
get the value for the annotation name-space.

Parameters:
namespace - of annotation
Returns:
value for this annotation


Copyright © 2004-2011. All Rights Reserved.