Class ThreadUpdate

java.lang.Object
org.deltava.beans.DatabaseBean
org.deltava.beans.cooler.ThreadUpdate
All Implemented Interfaces:
Serializable, Comparable<Object>, AuditEntry, AuthoredBean, CalendarEntry, IDBean, Cacheable

public class ThreadUpdate extends DatabaseBean implements AuditEntry, CalendarEntry
A bean to store Water Cooler thread history entries.
Since:
1.0
Version:
7.4
Author:
Luke
See Also:
  • Constructor Details

    • ThreadUpdate

      public ThreadUpdate(int id)
      Creates a new Water Cooler thread update entry.
      Parameters:
      id - the Thread database ID
      Throws:
      IllegalArgumentException - if id is zero or negative
  • Method Details