Class GUISampler
java.lang.Object
com.logicaldoc.gui.frontend.client.ai.sampler.GUISampler
- All Implemented Interfaces:
Serializable
A GUI bean representing a sampler
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getChain()
long
getCount()
long
getId()
getLabel()
getName()
getQuote()
getType()
void
setAutomation
(String automation) void
setCategory
(String category) void
setCategoryIndex
(int categoryIndex) void
setChain
(List<GUISampler> chain) void
setCount
(long count) void
setDelimiter
(String delimiter) void
setDescription
(String description) void
setDocument
(GUIDocument document) void
setFeatures
(String features) void
void
setId
(long id) void
void
void
void
setSource
(List<GUIExtensibleObject> source) void
-
Constructor Details
-
GUISampler
-
GUISampler
public GUISampler()
-
-
Method Details
-
getDelimiter
-
getQuote
-
getCategoryIndex
public int getCategoryIndex() -
setDelimiter
-
setQuote
-
setCategoryIndex
public void setCategoryIndex(int categoryIndex) -
getName
-
getId
public long getId() -
setId
public void setId(long id) -
getLabel
-
getDescription
-
getCount
public long getCount() -
getDocument
-
getFolder
-
getChain
-
getSource
-
getCategory
-
getAutomation
-
setName
-
setLabel
-
setDescription
-
setCount
public void setCount(long count) -
setDocument
-
setFolder
-
setChain
-
setSource
-
setCategory
-
setAutomation
-
getType
-
setType
-
getFeatures
-
setFeatures
-