Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.beans.dataView
Class Footnote

java.lang.Object
  |
  +--oracle.dss.thin.beans.dataView.BaseTitle
        |
        +--oracle.dss.thin.beans.dataView.Footnote
All Implemented Interfaces:
ViewComponent

public class Footnote
extends BaseTitle

The footnote for the thin presentation.


Method Summary
 java.lang.String getComponentName()
          Retrieves the name of the footnote.
 int getID()
          Retrieves the ID for the footnote component.

 

Methods inherited from class oracle.dss.thin.beans.dataView.BaseTitle
getBackground, getFont, getFontName, getFontSize, getForeground, getHorizontalAlignment, getText, getUnParseText, isFontBold, isFontItalic, isUnderline, isVisible, setBackground, setFont, setFontBold, setFontItalic, setFontName, setFontSize, setForeground, setHorizontalAlignment, setText, setUnderline, setVisible

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.dss.dataView.ViewComponent
getBeanInfo

 

Method Detail

getID

public int getID()
Retrieves the ID for the footnote component.
Returns:
The ID for the footnote component.

getComponentName

public java.lang.String getComponentName()
Retrieves the name of the footnote.
Overrides:
getComponentName in class BaseTitle
Returns:
The name of the footnote.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.