public class SatActivity.Result
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
private long[] |
totals
The result's computed column totals.
|
private int |
type
The result's activity type.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Result(int type,
long[] totals)
Constructs a new summary result record
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumn(int column)
Returns the total for a given column as a formatted number string.
|
java.lang.String |
getName()
Returns the name for this result's activity type.
|
private static final long serialVersionUID
private int type
private long[] totals
protected Result(int type,
long[] totals)
type - (int) The result's activity type.totals - (long[]) The result's computed column totals.public java.lang.String getName()
public java.lang.String getColumn(int column)
column - (int) The column for the desired total.