Class Event

All Implemented Interfaces:
Serializable, Cloneable

public class Event extends DataBaseObject
The Class Event.
See Also:
  • Field Details Link icon

    • ACT_ID Link icon

      protected long ACT_ID
      The act id.
    • EVE_ACTION Link icon

      protected String EVE_ACTION
      The eve action.
    • EVE_COMMENT Link icon

      protected String EVE_COMMENT
      The eve comment.
    • EVE_DATE Link icon

      protected Date EVE_DATE
      The eve date.
    • EVE_ERROR Link icon

      protected boolean EVE_ERROR
      The eve error.
    • EVE_ID Link icon

      protected long EVE_ID
      The eve id.
    • EVE_TIME Link icon

      protected Time EVE_TIME
      The eve time.
    • activity Link icon

      protected Activity activity
      The activity.
  • Constructor Details Link icon

    • Event Link icon

      public Event()
      Instantiates a new event.
    • Event Link icon

      public Event(long id)
      Instantiates a new event.
      Parameters:
      id - the id
    • Event Link icon

      public Event(String id)
      Instantiates a new event.
      Parameters:
      id - the id
  • Method Details Link icon

    • getActivityId Link icon

      public long getActivityId()
      Gets the activity id.
      Returns:
      the activity id
    • setActivityId Link icon

      public void setActivityId(long param)
      Sets the activity id.
      Parameters:
      param - the new activity id
    • setActivityId Link icon

      public void setActivityId(String param)
      Sets the activity id.
      Parameters:
      param - the new activity id
    • getAction Link icon

      public String getAction()
      Gets the action.
      Returns:
      the action
    • setAction Link icon

      public void setAction(String param)
      Sets the action.
      Parameters:
      param - the new action
    • getComment Link icon

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment Link icon

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getDate Link icon

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate Link icon

      public void setDate(Date param)
      Sets the date.
      Parameters:
      param - the new date
    • getError Link icon

      public boolean getError()
      Gets the error.
      Returns:
      the error
    • setError Link icon

      public void setError(boolean param)
      Sets the error.
      Parameters:
      param - the new error
    • setError Link icon

      public void setError(String param)
      Sets the error.
      Parameters:
      param - the new error
    • getId Link icon

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

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

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

      public Time getTime()
      Gets the time.
      Returns:
      the time
    • setTime Link icon

      public void setTime(Time param)
      Sets the time.
      Parameters:
      param - the new time
    • getActivity Link icon

      public Activity getActivity()
      Gets the activity.
      Returns:
      the activity
    • setActivity Link icon

      public void setActivity(Activity param)
      Sets the activity.
      Parameters:
      param - the new activity
    • hashCode Link icon

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

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