Package com.portal.browse
Class HistoryItem
java.lang.Object
com.portal.browse.HistoryItem
- All Implemented Interfaces:
Serializable
A history object.
- Version:
- %version: 4 % %date_modified: Fri Jan 12 08:45:48 2001 %
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHistoryItem
(Object poid, Object account, DataTemplate data, String title, long time, boolean recurse) Creates an instance of this object. -
Method Summary
-
Field Details
-
data
-
caption
-
poid
-
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 Poidaccount
- represents the account for this objecttitle
- the string to use when getting displayed in object detailstime
- the timestamp for this objectrecurse
- represents whether or not this object can be recurseddt
- the DataTemplate
-
-
Method Details