Class GUIAutomationRoutine
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
-
- com.logicaldoc.gui.common.client.beans.GUIAutomationRoutine
-
- All Implemented Interfaces:
Serializable
public class GUIAutomationRoutine extends GUIExtensibleObject implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIAutomationRoutine()GUIAutomationRoutine(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutomation()StringgetDescription()StringgetName()voidsetAutomation(String automation)voidsetDescription(String description)voidsetName(String name)-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setId, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getAutomation
public String getAutomation()
-
setAutomation
public void setAutomation(String automation)
-
-