Class GUIRobot
java.lang.Object
com.logicaldoc.gui.frontend.client.ai.robot.GUIRobot
- All Implemented Interfaces:
- Serializable
A GUI bean representing a Robot
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlonglonggetId()getLabel()getName()longbooleanvoidsetAnswers(List<GUIValue> answers) voidvoidsetClassifierId(long classifierId) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetId(long id) voidvoidvoidsetTokensDetectorId(long tokensDetectorId) 
- 
Constructor Details- 
GUIRobot
- 
GUIRobotpublic GUIRobot()
 
- 
- 
Method Details- 
getIdpublic long getId()
- 
setIdpublic void setId(long id) 
- 
getName
- 
setName
- 
getLabel
- 
setLabel
- 
getDescription
- 
setDescription
- 
isEnabledpublic boolean isEnabled()
- 
setEnabledpublic void setEnabled(boolean enabled) 
- 
getClassifierIdpublic long getClassifierId()
- 
setClassifierIdpublic void setClassifierId(long classifierId) 
- 
getTokensDetectorIdpublic long getTokensDetectorId()
- 
setTokensDetectorIdpublic void setTokensDetectorId(long tokensDetectorId) 
- 
getAnswers
- 
setAnswers
- 
getAvatar
- 
setAvatar
 
-