com.sun.jersey.wadl
Class WadlGeneratorDescription

java.lang.Object
  extended by com.sun.jersey.wadl.WadlGeneratorDescription

public class WadlGeneratorDescription
extends java.lang.Object

TODO: DESCRIBE ME
Created on: Jul 5, 2008

Version:
$Id$
Author:
Martin Grotzke

Constructor Summary
WadlGeneratorDescription()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.util.Properties getProperties()
           
 void setClassName(java.lang.String className)
           
 void setProperties(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlGeneratorDescription

public WadlGeneratorDescription()
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
the className

setClassName

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

getProperties

public java.util.Properties getProperties()
Returns:
the properties

setProperties

public void setProperties(java.util.Properties properties)
Parameters:
properties - the properties to set


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.