Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKViewDataDefOD

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKViewDataDefOD
All Implemented Interfaces:
DKConstant, DKConstantOD, dkExtension, DKMessageId, java.io.Serializable

public class DKViewDataDefOD
extends java.lang.Object
implements dkExtension, DKConstantOD, DKMessageId, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantOD
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKViewDataDefOD(java.lang.String name)
          Constructs a new DKViewDataOD object with the given name
DKViewDataDefOD(java.lang.String name, boolean ispublic, int zoom, int copygroup, int contrast, int brightness, char grayscale, char backgroundcolor, char headingcolor, char selectedareacolor, char imagecolor, char imageintensity, char textfidelity, char overstrike, boolean lockheaders, int numlockedfields, int numldfielddisplayorders)
           
 
Method Summary
 char getBackgroundColor()
          Returns the background color for this view
 int getBrightness()
          Returns the brightness value for this view
 int getContrast()
          Returns the contrast value for this view
 int getCopyGroup()
          Returns the copy group attribute for this view
 char getGrayscale()
          Returns the grayscale value for this view
 char getHeadingColor()
          Returns the heading color for this view
 char getImageColor()
          Returns the image color for this view
 char getImageIntensity()
          Returns the image intensity value for this view
 int[] getLDFieldDisplayOrders()
          Returns the line data field display order
 java.lang.String getName()
          Gets the name of this view
 int getNumLDFieldDisplayOrders()
          Returns the number of line data field display orders
 int getNumLockedFields()
          Returns the number of locked fields
 char getSelectedAreaColor()
          Returns the selected area color for this view
 char getTextFidelity()
          Returns the text fidelity value for this view
 int getZoom()
          Returns the zoom factor for this view
 boolean isLockHeaderRows()
          Returns whether or not to lock header rows for this view
 boolean isPublic()
          Returns whether or not this view is public
 void setBackgroundColor(char c)
          Sets the background color of this view
 void setBrightness(int brightness)
          Sets the brightness value of this view
 void setContrast(int contrast)
          Sets the contrast value of this view
 void setCopyGroup(int copygroup)
          Sets the copy group attribute of this view
 void setGrayscale(char grayscale)
          Sets the grayscale value of this view
 void setHeadingColor(char c)
          Sets the heading color of this view
 void setImageColor(char c)
          Sets the image color of this view
 void setImageIntensity(char c)
          Sets the image intensity value of this view
 boolean setLDFieldDisplayOrders(int pos, int value)
          Sets the line data field display order
 void setLockHeaderRows(boolean v)
          Sets whether or not to lock header rows for this view
 void setName(java.lang.String name)
          Sets the view name
 void setNumLDFieldDisplayOrders(int n)
          Sets the number of line data field display orders
 void setNumLockedFields(int n)
          Sets the number of locked fields
 void setPublic(boolean ispublic)
          Sets the public attribute of this view
 void setSelectedAreaColor(char c)
          Sets the selected area color of this view
 void setTextFidelity(char c)
          Sets the text fidelity value of this view
 void setZoom(int z)
          Sets the zoom attribute of this view
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKViewDataDefOD

public DKViewDataDefOD(java.lang.String name)
Constructs a new DKViewDataOD object with the given name
Parameters:
name -  

DKViewDataDefOD

public DKViewDataDefOD(java.lang.String name,
                       boolean ispublic,
                       int zoom,
                       int copygroup,
                       int contrast,
                       int brightness,
                       char grayscale,
                       char backgroundcolor,
                       char headingcolor,
                       char selectedareacolor,
                       char imagecolor,
                       char imageintensity,
                       char textfidelity,
                       char overstrike,
                       boolean lockheaders,
                       int numlockedfields,
                       int numldfielddisplayorders)
Method Detail

setName

public void setName(java.lang.String name)
Sets the view name
Specified by:
setName in interface dkExtension
Parameters:
name -  

getName

public java.lang.String getName()
Gets the name of this view
Specified by:
getName in interface dkExtension
Returns:
name of this view

setPublic

public void setPublic(boolean ispublic)
Sets the public attribute of this view
Parameters:
ispublic -  

isPublic

public boolean isPublic()
Returns whether or not this view is public
Returns:
public attribute

setZoom

public void setZoom(int z)
Sets the zoom attribute of this view
Parameters:
z -  

getZoom

public int getZoom()
Returns the zoom factor for this view
Returns:
zoom attribute

setCopyGroup

public void setCopyGroup(int copygroup)
Sets the copy group attribute of this view
Parameters:
copygroup -  

getCopyGroup

public int getCopyGroup()
Returns the copy group attribute for this view
Returns:
copygroup attribute

setContrast

public void setContrast(int contrast)
Sets the contrast value of this view
Parameters:
contrast -  

getContrast

public int getContrast()
Returns the contrast value for this view
Returns:
contrast attribute

setBrightness

public void setBrightness(int brightness)
Sets the brightness value of this view
Parameters:
brightness -  

getBrightness

public int getBrightness()
Returns the brightness value for this view
Returns:
brightness attribute

setGrayscale

public void setGrayscale(char grayscale)
Sets the grayscale value of this view
Parameters:
grayscale -  

getGrayscale

public char getGrayscale()
Returns the grayscale value for this view
Returns:
grayscale attribute

setBackgroundColor

public void setBackgroundColor(char c)
Sets the background color of this view
Parameters:
c -  

getBackgroundColor

public char getBackgroundColor()
Returns the background color for this view
Returns:
backgroundcolor attribute

setHeadingColor

public void setHeadingColor(char c)
Sets the heading color of this view
Parameters:
c -  

getHeadingColor

public char getHeadingColor()
Returns the heading color for this view
Returns:
headingcolor attribute

setSelectedAreaColor

public void setSelectedAreaColor(char c)
Sets the selected area color of this view
Parameters:
c -  

getSelectedAreaColor

public char getSelectedAreaColor()
Returns the selected area color for this view
Returns:
selectedareacolor attribute

setImageColor

public void setImageColor(char c)
Sets the image color of this view
Parameters:
c -  

getImageColor

public char getImageColor()
Returns the image color for this view
Returns:
imagecolor attribute

setImageIntensity

public void setImageIntensity(char c)
Sets the image intensity value of this view
Parameters:
c -  

getImageIntensity

public char getImageIntensity()
Returns the image intensity value for this view
Returns:
imageintensity attribute

setTextFidelity

public void setTextFidelity(char c)
Sets the text fidelity value of this view
Parameters:
c -  

getTextFidelity

public char getTextFidelity()
Returns the text fidelity value for this view
Returns:
textfidelity attribute

setLockHeaderRows

public void setLockHeaderRows(boolean v)
Sets whether or not to lock header rows for this view
Parameters:
v -  

isLockHeaderRows

public boolean isLockHeaderRows()
Returns whether or not to lock header rows for this view
Returns:
lockheaderrows attribute

setNumLockedFields

public void setNumLockedFields(int n)
Sets the number of locked fields
Parameters:
n -  

getNumLockedFields

public int getNumLockedFields()
Returns the number of locked fields
Returns:
int

setNumLDFieldDisplayOrders

public void setNumLDFieldDisplayOrders(int n)
Sets the number of line data field display orders
Parameters:
n -  

getNumLDFieldDisplayOrders

public int getNumLDFieldDisplayOrders()
Returns the number of line data field display orders
Returns:
int

getLDFieldDisplayOrders

public int[] getLDFieldDisplayOrders()
Returns the line data field display order
Returns:
int[]

setLDFieldDisplayOrders

public boolean setLDFieldDisplayOrders(int pos,
                                       int value)
Sets the line data field display order
Returns:
boolean

EIP Java APIs

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