JavaScript is disabled on your browser.
Oracle Communications Billing and Revenue Management Customer Center SDK Java API Reference 15.0 F86246-02
All Implemented Interfaces:
Serializable
public class PrintData
extends Object
implements Serializable
This class contains information neccessary for printing. It's main purpose
is for passing the neccessary infromation from the controller to the panel.
Currently it supports printing for either FLists or SparseArrays.
Version:
%version: 1 % %date_modified: Tue Nov 14 11:39:39 2000 %
Author:
mgaines
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type
Field and Description
static int
FLIST
Indicates that this print data is for a FList.
static int
SPARSE_ARRAY
Indicates that this print data is for a SparseArray.
Constructor Summary
Constructors
Constructor and Description
PrintData (int type,
Vector cols,
Vector rows,
Vector table)
Creates an instance of this data class.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
PrintData
public PrintData(int type,
Vector cols,
Vector rows,
Vector table)
Creates an instance of this data class.
Parameters:
type
- the type of print data
cols
- information for the columns
rows
- information for the rows
table
- data for the table
Method Detail
getType
public int getType()
Returns:
the type of print data, either FLIST or SPARSE_ARRAY
getRows
public Vector getRows()
Returns:
the information for the rows
getTable
public Vector getTable()
Returns:
the data for the table
Oracle Communications Billing and Revenue Management Customer Center SDK Java API Reference 15.0 F86246-02
Copyright © 2003, 2023, Oracle and/or its affiliates.