Class Activity

All Implemented Interfaces:
Serializable, Cloneable

public class Activity extends DataBaseObject
The Class Activity.
See Also:
  • Field Details

    • ACT_AGENT

      protected String ACT_AGENT
      The act agent.
    • ACT_HOST

      protected String ACT_HOST
      The act host.
    • ACT_ID

      protected long ACT_ID
      The act id.
    • ACT_PLUGIN

      protected String ACT_PLUGIN
      The act plugin.
    • ECU_NAME

      protected String ECU_NAME
      The ecu name.
    • ecuser

      protected ECUser ecuser
      The ecuser.
  • Constructor Details

    • Activity

      public Activity()
      Instantiates a new activity.
    • Activity

      public Activity(long id)
      Instantiates a new activity.
      Parameters:
      id - the id
    • Activity

      public Activity(String id)
      Instantiates a new activity.
      Parameters:
      id - the id
  • Method Details

    • getAgent

      public String getAgent()
      Gets the agent.
      Returns:
      the agent
    • setAgent

      public void setAgent(String param)
      Sets the agent.
      Parameters:
      param - the new agent
    • getHost

      public String getHost()
      Gets the host.
      Returns:
      the host
    • setHost

      public void setHost(String param)
      Sets the host.
      Parameters:
      param - the new host
    • getId

      public long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(long param)
      Sets the id.
      Parameters:
      param - the new id
    • setId

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getPlugin

      public String getPlugin()
      Gets the plugin.
      Returns:
      the plugin
    • setPlugin

      public void setPlugin(String param)
      Sets the plugin.
      Parameters:
      param - the new plugin
    • getECUserName

      public String getECUserName()
      Gets the EC user name.
      Returns:
      the EC user name
    • setECUserName

      public void setECUserName(String param)
      Sets the EC user name.
      Parameters:
      param - the new EC user name
    • getECUser

      public ECUser getECUser()
      Gets the EC user.
      Returns:
      the EC user
    • setECUser

      public void setECUser(ECUser param)
      Sets the EC user.
      Parameters:
      param - the new EC user
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object