Class CustomAction

java.lang.Object
com.openkm.sdk4j.bean.CustomAction
All Implemented Interfaces:
Serializable

public class CustomAction extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • CustomAction

      public CustomAction()
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object