java.lang.Object
com.logicaldoc.gui.frontend.client.ai.sampler.GUISampler
All Implemented Interfaces:
Serializable

public class GUISampler extends Object implements Serializable
A GUI bean representing a sampler
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • GUISampler

      public GUISampler(long id, String name)
    • GUISampler

      public GUISampler()
  • Method Details

    • getDelimiter

      public String getDelimiter()
    • getQuote

      public String getQuote()
    • getCategoryIndex

      public int getCategoryIndex()
    • setDelimiter

      public void setDelimiter(String delimiter)
    • setQuote

      public void setQuote(String quote)
    • setCategoryIndex

      public void setCategoryIndex(int categoryIndex)
    • getName

      public String getName()
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()
    • getCount

      public long getCount()
    • getDocument

      public GUIDocument getDocument()
    • getFolder

      public GUIFolder getFolder()
    • getChain

      public List<GUISampler> getChain()
    • getSource

      public List<GUIExtensibleObject> getSource()
    • getCategory

      public String getCategory()
    • getAutomation

      public String getAutomation()
    • setName

      public void setName(String name)
    • setLabel

      public void setLabel(String label)
    • setDescription

      public void setDescription(String description)
    • setCount

      public void setCount(long count)
    • setDocument

      public void setDocument(GUIDocument document)
    • setFolder

      public void setFolder(GUIFolder folder)
    • setChain

      public void setChain(List<GUISampler> chain)
    • setSource

      public void setSource(List<GUIExtensibleObject> source)
    • setCategory

      public void setCategory(String category)
    • setAutomation

      public void setAutomation(String automation)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getFeatures

      public String getFeatures()
    • setFeatures

      public void setFeatures(String features)