java.lang.Object
com.logicaldoc.gui.frontend.client.ai.robot.GUIRobot
All Implemented Interfaces:
Serializable

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

    • GUIRobot

      public GUIRobot(long id, String name)
    • GUIRobot

      public GUIRobot()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • 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)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getClassifierId

      public long getClassifierId()
    • setClassifierId

      public void setClassifierId(long classifierId)
    • getTokensDetectorId

      public long getTokensDetectorId()
    • setTokensDetectorId

      public void setTokensDetectorId(long tokensDetectorId)
    • getAnswers

      public List<GUIValue> getAnswers()
    • setAnswers

      public void setAnswers(List<GUIValue> answers)
    • getAvatar

      public String getAvatar()
    • setAvatar

      public void setAvatar(String avatar)