Enterprise Information Portal APIs

com.ibm.mm.beans
Class CMBFixedViewData

java.lang.Object
  |
  +--com.ibm.mm.beans.CMBFixedViewData
All Implemented Interfaces:
java.io.Serializable

public class CMBFixedViewData
extends java.lang.Object
implements java.io.Serializable

This is the helper class for the CMBDataManagement bean. This class provides functions for accessing physical view data of documents. This class should be used on OnDemand documents only.

Since:
6.1
See Also:
CMBDataManagement, Serialized Form

Method Summary
 int getAfpToLineCharsPerInch()
          Gets the number of characters of AFP document to display per inch.
 int getAfpToLineLinesPerInch()
          Gets the number of lines of AFP document to be displayed per inch
 byte[] getByteArrayData()
           
 char getCarriageControl()
          Gets carriage control
 int getCodepage()
          Gets code page
 int getDefPagesToPrint()
          Gets the number of pages to print
 int getHeaderValidationCol()
          Gets the validation header column
 int getHeaderValidationRow()
          Gets the validation header row
 java.lang.String getHeaderValidationValue()
          Gets the validation header value
 java.util.Vector getLDFields()
          Gets the collection of line data fields
 java.lang.String getName()
          Gets the view data name
 int getNumFieldHeaderRows()
          Gets the number of field header rows
 int getNumLDFields()
          Gets the number of line data fields
 int getNumPageHeaderRows()
          Gets the number of rows to be displayed for page header
 int getPageBreakLinecount()
          Gets the number of pages to be displayed in a page
 float getPaperLength()
          Gets paper length
 float getPaperWidth()
          Gets the paper width
 java.lang.String getPrintOptions()
          Gets print options
 char getPrMode()
          Gets Printer Mode
 java.lang.String getRecordDelimiter()
          Gets record delimiter
 char getRecordFormat()
          Gets record format
 int getRecordLen()
          Gets record length
 char getRotation()
          Gets rotation
 boolean isTrcPresent()
           
 void setAfpToLineCharsPerInch(int i)
          Sets number of characters of AFP document to display per inch.
 void setAfpToLineLinesPerInch(int i)
          Sets the number of lines of AFP document to be displayed per inch
 void setCarriageControl(char cc)
          Sets carriage control.
 void setCodepage(int cp)
          Sets code page
 void setDefPagesToPrint(int numpages)
          Sets the number of pages to print
 void setHeaderValidationCol(int i)
          Sets the validation header column
 void setHeaderValidationRow(int i)
          Sets the validation header row
 void setHeaderValidationValue(java.lang.String value)
          Sets the validation header value
 void setName(java.lang.String Name)
          Sets the view data name
 void setNumFieldHeaderRows(int i)
          Sets the number of fields header rows
 void setNumLDFields(int i)
          Sets the number of line data fields
 void setNumPageHeaderRows(int i)
          Sets the number of rows for page header
 void setPageBreakLinecount(int i)
          Sets number of pages in the page
 void setPaperLength(float length)
          Sets paper length
 void setPaperWidth(float width)
          Sets paper width
 void setPrintOptions(java.lang.String options)
          Sets print options
 void setPrMode(char prmode)
          Sets Printer Mode
 void setRecordDelimiter(java.lang.String delim)
          Sets record delimiter
 void setRecordFormat(char recfmt)
          Sets record format
 void setRecordLen(int reclen)
          Sets record length
 void setRotation(char rotation)
          Sets rotation
 void setTrcPresent(boolean trc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the view data name
Returns:
view data name

setName

public void setName(java.lang.String Name)
Sets the view data name
Parameters:
view - data name

setRotation

public void setRotation(char rotation)
Sets rotation
Parameters:
rotation - rotation value

getRotation

public char getRotation()
Gets rotation
Returns:
rotation

setPrMode

public void setPrMode(char prmode)
Sets Printer Mode
Parameters:
prmode - printer mode

getPrMode

public char getPrMode()
Gets Printer Mode
Returns:
printer mode

setPrintOptions

public void setPrintOptions(java.lang.String options)
Sets print options
Parameters:
options - print options

getPrintOptions

public java.lang.String getPrintOptions()
Gets print options
Returns:
print options

setPaperWidth

public void setPaperWidth(float width)
Sets paper width
Parameters:
width - paper width

getPaperWidth

public float getPaperWidth()
Gets the paper width
Returns:
paper width

setPaperLength

public void setPaperLength(float length)
Sets paper length
Parameters:
length - paper length

getPaperLength

public float getPaperLength()
Gets paper length
Returns:
paper length

setRecordFormat

public void setRecordFormat(char recfmt)
Sets record format
Parameters:
recfmt - record format

getRecordFormat

public char getRecordFormat()
Gets record format
Returns:
record format

setRecordLen

public void setRecordLen(int reclen)
Sets record length
Parameters:
record - length

getRecordLen

public int getRecordLen()
Gets record length
Returns:
record length

setRecordDelimiter

public void setRecordDelimiter(java.lang.String delim)
Sets record delimiter
Parameters:
delim - record delimiter

getRecordDelimiter

public java.lang.String getRecordDelimiter()
Gets record delimiter
Returns:
record delimiter

setCarriageControl

public void setCarriageControl(char cc)
Sets carriage control. Memory change only, this change will not reflect back in the server.
Parameters:
cc - carriage control character.

getCarriageControl

public char getCarriageControl()
Gets carriage control
Returns:
carriage control character.

setTrcPresent

public void setTrcPresent(boolean trc)

isTrcPresent

public boolean isTrcPresent()

setCodepage

public void setCodepage(int cp)
Sets code page
Parameters:
cp - code page value

getCodepage

public int getCodepage()
Gets code page
Returns:
code page value

setPageBreakLinecount

public void setPageBreakLinecount(int i)
Sets number of pages in the page
Parameters:
i - number of pages in a page

getPageBreakLinecount

public int getPageBreakLinecount()
Gets the number of pages to be displayed in a page
Returns:
line count in a page

setAfpToLineCharsPerInch

public void setAfpToLineCharsPerInch(int i)
Sets number of characters of AFP document to display per inch.
Parameters:
i - number of characters

getAfpToLineCharsPerInch

public int getAfpToLineCharsPerInch()
Gets the number of characters of AFP document to display per inch.
Returns:
number of characters per inch

setAfpToLineLinesPerInch

public void setAfpToLineLinesPerInch(int i)
Sets the number of lines of AFP document to be displayed per inch
Parameters:
i - number of lines per inch

getAfpToLineLinesPerInch

public int getAfpToLineLinesPerInch()
Gets the number of lines of AFP document to be displayed per inch
Returns:
the number of lines per inch

setDefPagesToPrint

public void setDefPagesToPrint(int numpages)
Sets the number of pages to print
Parameters:
numpages - number of pages

getDefPagesToPrint

public int getDefPagesToPrint()
Gets the number of pages to print
Returns:
number of pages

setNumPageHeaderRows

public void setNumPageHeaderRows(int i)
Sets the number of rows for page header
Parameters:
i - number of rows

getNumPageHeaderRows

public int getNumPageHeaderRows()
Gets the number of rows to be displayed for page header
Returns:
number of rows

setNumFieldHeaderRows

public void setNumFieldHeaderRows(int i)
Sets the number of fields header rows
Parameters:
i - number of field header rows

getNumFieldHeaderRows

public int getNumFieldHeaderRows()
Gets the number of field header rows
Returns:
number of field header rows

setHeaderValidationRow

public void setHeaderValidationRow(int i)
Sets the validation header row
Parameters:
i - validation header row number

getHeaderValidationRow

public int getHeaderValidationRow()
Gets the validation header row
Returns:
validation header row number

setHeaderValidationCol

public void setHeaderValidationCol(int i)
Sets the validation header column
Parameters:
i - validation header column number

getHeaderValidationCol

public int getHeaderValidationCol()
Gets the validation header column
Returns:
validation header column number

setHeaderValidationValue

public void setHeaderValidationValue(java.lang.String value)
Sets the validation header value
Parameters:
value - validation header value

getHeaderValidationValue

public java.lang.String getHeaderValidationValue()
Gets the validation header value
Returns:
validation header value

setNumLDFields

public void setNumLDFields(int i)
Sets the number of line data fields
Parameters:
i - the number of line data fields

getNumLDFields

public int getNumLDFields()
Gets the number of line data fields
Returns:
number of fields

getLDFields

public java.util.Vector getLDFields()
                             throws java.lang.Exception
Gets the collection of line data fields
Returns:
a collection of line data fields

getByteArrayData

public byte[] getByteArrayData()

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.