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 String
getDescriptor()
String
getUrl()
boolean
isEnabled()
void
setDescriptor(String descriptor)
void
setEnabled(boolean enabled)
void
setUrl(String url)
-