org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class ClassDocType

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ClassDocType

public class ClassDocType
extends Object

The documentation type for classes.
Created on: Jun 12, 2008

Author:
Martin Grotzke (martin.grotzke at freiheit.com)

Constructor Summary
ClassDocType()
           
 
Method Summary
 List<Object> getAny()
           
 String getClassName()
           
 String getCommentText()
           
 List<MethodDocType> getMethodDocs()
           
 void setClassName(String className)
           
 void setCommentText(String commentText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDocType

public ClassDocType()
Method Detail

getMethodDocs

public List<MethodDocType> getMethodDocs()

getAny

public List<Object> getAny()

getCommentText

public String getCommentText()
Returns:
the commentText

setCommentText

public void setCommentText(String commentText)
Parameters:
commentText - the commentText to set

getClassName

public String getClassName()
Returns:
the className

setClassName

public void setClassName(String className)
Parameters:
className - the className to set


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.