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

Field Summary
static java.lang.String DEFAULT_BEAN_NAME
           
static java.lang.String DEFAULT_CONF_FILE
           
 
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
 

Field Detail

DEFAULT_CONF_FILE

public static final java.lang.String DEFAULT_CONF_FILE
See Also:
Constant Field Values

DEFAULT_BEAN_NAME

public static final java.lang.String DEFAULT_BEAN_NAME
See Also:
Constant Field Values
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-2012. All Rights Reserved.