public class HistoryItem extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Object |
acct |
String |
caption |
DataTemplate |
data |
Object |
poid |
boolean |
recurse |
long |
timestamp |
Constructor and Description |
---|
HistoryItem(Object poid,
Object account,
DataTemplate data,
String title,
long time,
boolean recurse)
Creates an instance of this object.
|
public DataTemplate data
public String caption
public Object poid
public Object acct
public long timestamp
public boolean recurse
public HistoryItem(Object poid, Object account, DataTemplate data, String title, long time, boolean recurse)
poid
- represents a Poidaccount
- represents the account for this objectdt
- the DataTemplatetitle
- the string to use when getting displayed in object detailstime
- the timestamp for this objectrecurse
- represents whether or not this object can be recursedCopyright © 2003, 2023, Oracle and/or its affiliates.