|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.CMBFixedViewData
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.
CMBDataManagement
, Serialized FormMethod 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 |
public java.lang.String getName()
public void setName(java.lang.String Name)
view
- data namepublic void setRotation(char rotation)
rotation
- rotation valuepublic char getRotation()
public void setPrMode(char prmode)
prmode
- printer modepublic char getPrMode()
public void setPrintOptions(java.lang.String options)
options
- print optionspublic java.lang.String getPrintOptions()
public void setPaperWidth(float width)
width
- paper widthpublic float getPaperWidth()
public void setPaperLength(float length)
length
- paper lengthpublic float getPaperLength()
public void setRecordFormat(char recfmt)
recfmt
- record formatpublic char getRecordFormat()
public void setRecordLen(int reclen)
record
- lengthpublic int getRecordLen()
public void setRecordDelimiter(java.lang.String delim)
delim
- record delimiterpublic java.lang.String getRecordDelimiter()
public void setCarriageControl(char cc)
cc
- carriage control character.public char getCarriageControl()
public void setTrcPresent(boolean trc)
public boolean isTrcPresent()
public void setCodepage(int cp)
cp
- code page valuepublic int getCodepage()
public void setPageBreakLinecount(int i)
i
- number of pages in a pagepublic int getPageBreakLinecount()
public void setAfpToLineCharsPerInch(int i)
i
- number of characterspublic int getAfpToLineCharsPerInch()
public void setAfpToLineLinesPerInch(int i)
i
- number of lines per inchpublic int getAfpToLineLinesPerInch()
public void setDefPagesToPrint(int numpages)
numpages
- number of pagespublic int getDefPagesToPrint()
public void setNumPageHeaderRows(int i)
i
- number of rowspublic int getNumPageHeaderRows()
public void setNumFieldHeaderRows(int i)
i
- number of field header rowspublic int getNumFieldHeaderRows()
public void setHeaderValidationRow(int i)
i
- validation header row numberpublic int getHeaderValidationRow()
public void setHeaderValidationCol(int i)
i
- validation header column numberpublic int getHeaderValidationCol()
public void setHeaderValidationValue(java.lang.String value)
value
- validation header valuepublic java.lang.String getHeaderValidationValue()
public void setNumLDFields(int i)
i
- the number of line data fieldspublic int getNumLDFields()
public java.util.Vector getLDFields() throws java.lang.Exception
public byte[] getByteArrayData()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |