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()longgetId()StringgetName()voidsetAutomation(String automation)voidsetDescription(String description)voidsetId(long id)voidsetName(String name)- 
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, getAttribute, getAttributes, getTemplate, getTemplateId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getId
public long getId()
 
- 
setId
public void setId(long id)
 
- 
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)
 
 - 
 
 -