Class GUIWebServiceSettings
- java.lang.Object
 - 
- com.logicaldoc.gui.common.client.beans.GUIWebServiceSettings
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GUIWebServiceSettings extends Object implements Serializable
Web Service and WebDAV Settings bean as used in the GUI.- Since:
 - 6.0
 - Author:
 - Matteo Caruso - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GUIWebServiceSettings() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescriptor()StringgetUrl()booleanisEnabled()voidsetDescriptor(String descriptor)voidsetEnabled(boolean enabled)voidsetUrl(String url) 
 -