Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.wymiwyg.mies.client.common
Class AnnotationImpl  view AnnotationImpl download AnnotationImpl.java

java.lang.Object
  extended byorg.wymiwyg.mies.client.common.AnnotationImpl
All Implemented Interfaces:
Annotation

public class AnnotationImpl
extends java.lang.Object
implements Annotation


Field Summary
private static org.apache.log4j.Logger logger
           
private  Resource resource
           
 
Constructor Summary
(package private) AnnotationImpl(Resource resource)
           
 
Method Summary
 org.wymiwyg.mies.compatibility.java.net.URI getAnnotates()
           
 org.wymiwyg.mies.compatibility.java.net.URI getBody()
           
 java.lang.String getBodyContent()
           
 java.lang.String getBodyContentType()
           
 java.lang.String getContext()
           
 java.lang.String getCreator()
           
 java.lang.String getEncodedBodyURL()
           
 int getRating()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.log4j.Logger logger

resource

private Resource resource
Constructor Detail

AnnotationImpl

AnnotationImpl(Resource resource)
Method Detail

getCreator

public java.lang.String getCreator()
Specified by:
getCreator in interface Annotation

getBody

public org.wymiwyg.mies.compatibility.java.net.URI getBody()
Specified by:
getBody in interface Annotation

getBodyContent

public java.lang.String getBodyContent()
Specified by:
getBodyContent in interface Annotation

getBodyContentType

public java.lang.String getBodyContentType()
Specified by:
getBodyContentType in interface Annotation

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Annotation

getAnnotates

public org.wymiwyg.mies.compatibility.java.net.URI getAnnotates()
Specified by:
getAnnotates in interface Annotation

getContext

public java.lang.String getContext()
Specified by:
getContext in interface Annotation

getRating

public int getRating()
Specified by:
getRating in interface Annotation

getEncodedBodyURL

public java.lang.String getEncodedBodyURL()
Specified by:
getEncodedBodyURL in interface Annotation