com.sas.servlet.beans.mdtable
Class DrillDownCommand

java.lang.Object
  |
  +--com.sas.servlet.beans.mdtable.MDCommand
        |
        +--com.sas.servlet.beans.mdtable.DrillDownCommand
Direct Known Subclasses:
UpCommand

public class DrillDownCommand
extends MDCommand

The DrillDownCommand object represents the information needed execute or remove an scroll action on the model.


Constructor Summary
DrillDownCommand()
          Default constructor
DrillDownCommand(String name, String type, String axis, AxisLabelInterface axisLabel)
          DrillDownCommand constructor.
 
Method Summary
 Object clone()
           
 AxisLabelInterface getAxisLabel()
          Returns the AxisLabelInterface object associated with the drill-down action.
 void setAxisLabel(AxisLabelInterface axisLabel)
          Sets the AxisLabelInterface object associated with the drill-down action.
 String toString()
           
 
Methods inherited from class com.sas.servlet.beans.mdtable.MDCommand
getActive, getAxis, getName, getType, setActive, setAxis, setName, setType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DrillDownCommand

public DrillDownCommand()
Default constructor

DrillDownCommand

public DrillDownCommand(String name,
                        String type,
                        String axis,
                        AxisLabelInterface axisLabel)
DrillDownCommand constructor.
Parameters:
name - name of command
type - type of command
axis - axis associated with the command
axisLabel - the AxisLabelInterface object associated with the drill-down action
See Also:
MDCommand.setName(java.lang.String), MDCommand.setType(java.lang.String), MDCommand.setAxis(java.lang.String), setAxisLabel(com.sas.mdtable.AxisLabelInterface), AxisLabelInterface
Method Detail

toString

public String toString()
Overrides:
toString in class MDCommand

getAxisLabel

public AxisLabelInterface getAxisLabel()
Returns the AxisLabelInterface object associated with the drill-down action.
Returns:
an AxisLabelInterface object associated with the drill-down action.
See Also:
setAxisLabel(com.sas.mdtable.AxisLabelInterface), AxisLabelInterface

setAxisLabel

public void setAxisLabel(AxisLabelInterface axisLabel)
Sets the AxisLabelInterface object associated with the drill-down action.
Parameters:
axisLabel - an AxisLabelInterface object associated with a drill-down action.
See Also:
getAxisLabel(), AxisLabelInterface

clone

public Object clone()
Overrides:
clone in class MDCommand


Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM