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 String
getAutomation()
String
getDescription()
String
getName()
void
setAutomation(String automation)
void
setDescription(String description)
void
setName(String name)
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, equals, getAttribute, getAttributeNames, getAttributes, getId, getTemplate, getTemplateId, getValue, getValues, hashCode, 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)
-
-