com.sun.jersey.wadl
Class WadlGeneratorDescription

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

public class WadlGeneratorDescription
extends Object

TODO: DESCRIBE ME
Created on: Jul 5, 2008

Version:
$Id$
Author:
Martin Grotzke

Constructor Summary
WadlGeneratorDescription()
           
 
Method Summary
 String getClassName()
           
 Properties getProperties()
           
 void setClassName(String className)
           
 void setProperties(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 String getClassName()
Returns:
the className

setClassName

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

getProperties

public Properties getProperties()
Returns:
the properties

setProperties

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.