Class GenericAnnotationWrapper<T extends AnnotationData>

    • Constructor Detail

      • GenericAnnotationWrapper

        protected GenericAnnotationWrapper​(T object)
        Constructor of the GenericAnnotationWrapper class.
        Parameters:
        object - Annotation to be contained.
    • Method Detail

      • getNameSpace

        public java.lang.String getNameSpace()
        Retrieves the AnnotationData namespace of the underlying AnnotationData instance.
        Returns:
        See above.
      • setNameSpace

        public void setNameSpace​(java.lang.String name)
        Sets the name space of the underlying AnnotationData instance.
        Parameters:
        name - The value to set.
      • getLastModified

        public java.sql.Timestamp getLastModified()
        Returns the time when the annotation was last modified.
        Returns:
        See above.
      • getDescription

        public java.lang.String getDescription()
        Retrieves the description of the underlying AnnotationData instance.
        Returns:
        See above
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description of the underlying AnnotationData instance.
        Parameters:
        description - The description