Package jadex.micro

Class MicroAgentPersistInfo


  • public class MicroAgentPersistInfo
    extends java.lang.Object
    Custom persistent data for micro agents.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object useragentobject
      The pojo agent object provided by the user.
    • Constructor Summary

      Constructors 
      Constructor Description
      MicroAgentPersistInfo()
      Empty constructor for bean compatibility.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getUserAgentObject()
      Gets the user agent object.
      void setUserAgentObject​(java.lang.Object useragentobject)
      Sets the user agent object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • useragentobject

        protected java.lang.Object useragentobject
        The pojo agent object provided by the user.
    • Constructor Detail

      • MicroAgentPersistInfo

        public MicroAgentPersistInfo()
        Empty constructor for bean compatibility.
    • Method Detail

      • getUserAgentObject

        public java.lang.Object getUserAgentObject()
        Gets the user agent object.
        Returns:
        The user agent object.
      • setUserAgentObject

        public void setUserAgentObject​(java.lang.Object useragentobject)
        Sets the user agent object.
        Parameters:
        useragentobject - The user agent object to set.