org.ow2.weblab.portlet.bean
Class AnnotationsDescBean
java.lang.Object
org.ow2.weblab.portlet.bean.AnnotationsDescBean
public class AnnotationsDescBean
- extends java.lang.Object
Bean to store annotations description and it value.
- Author:
- emilien
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AnnotationsDescBean
public AnnotationsDescBean()
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.