Class HistoryItem

java.lang.Object
com.portal.browse.HistoryItem
All Implemented Interfaces:
Serializable

public class HistoryItem extends Object implements Serializable
A history object.
Version:
%version: 4 % %date_modified: Fri Jan 12 08:45:48 2001 %
See Also:
  • Field Details

    • data

      public DataTemplate data
    • caption

      public String caption
    • poid

      public Object poid
    • acct

      public Object acct
    • timestamp

      public long timestamp
    • recurse

      public boolean recurse
  • Constructor Details

    • HistoryItem

      public HistoryItem(Object poid, Object account, DataTemplate data, String title, long time, boolean recurse)
      Creates an instance of this object.
      Parameters:
      poid - represents a Poid
      account - represents the account for this object
      title - the string to use when getting displayed in object details
      time - the timestamp for this object
      recurse - represents whether or not this object can be recursed
      dt - the DataTemplate
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      the title for this object