Package com.openkm.sdk4j.bean
Class CustomAction
- java.lang.Object
-
- com.openkm.sdk4j.bean.CustomAction
-
- All Implemented Interfaces:
Serializable
public class CustomAction extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringUI_VIEW_FULL_SCREENstatic StringUI_VIEW_POPUP_WIZARD
-
Constructor Summary
Constructors Constructor Description CustomAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetApplyToDocument()BooleangetApplyToFolder()BooleangetApplyToMail()BooleangetApplyToRecord()StringgetDescription()StringgetHeight()StringgetIcon()LonggetId()StringgetLabel()StringgetName()BooleangetShowCloseButton()LonggetTenant()StringgetUrl()StringgetView()StringgetWidth()voidsetApplyToDocument(Boolean applyToDocument)voidsetApplyToFolder(Boolean applyToFolder)voidsetApplyToMail(Boolean applyToMail)voidsetApplyToRecord(Boolean applyToRecord)voidsetDescription(String description)voidsetHeight(String height)voidsetIcon(String icon)voidsetId(Long id)voidsetLabel(String label)voidsetName(String name)voidsetShowCloseButton(Boolean showCloseButton)voidsetTenant(Long tenant)voidsetUrl(String url)voidsetView(String view)voidsetWidth(String width)StringtoString()
-
-
-
Field Detail
-
UI_VIEW_POPUP_WIZARD
public static final String UI_VIEW_POPUP_WIZARD
- See Also:
- Constant Field Values
-
UI_VIEW_FULL_SCREEN
public static final String UI_VIEW_FULL_SCREEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getTenant
public Long getTenant()
-
setTenant
public void setTenant(Long tenant)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getApplyToDocument
public Boolean getApplyToDocument()
-
setApplyToDocument
public void setApplyToDocument(Boolean applyToDocument)
-
getApplyToFolder
public Boolean getApplyToFolder()
-
setApplyToFolder
public void setApplyToFolder(Boolean applyToFolder)
-
getApplyToRecord
public Boolean getApplyToRecord()
-
setApplyToRecord
public void setApplyToRecord(Boolean applyToRecord)
-
getApplyToMail
public Boolean getApplyToMail()
-
setApplyToMail
public void setApplyToMail(Boolean applyToMail)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getView
public String getView()
-
setView
public void setView(String view)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getWidth
public String getWidth()
-
setWidth
public void setWidth(String width)
-
getHeight
public String getHeight()
-
setHeight
public void setHeight(String height)
-
getShowCloseButton
public Boolean getShowCloseButton()
-
setShowCloseButton
public void setShowCloseButton(Boolean showCloseButton)
-
-