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.
DrillDownCommand
public DrillDownCommand()
- Default constructor
DrillDownCommand
public DrillDownCommand(String name,
String type,
String axis,
AxisLabelInterface axisLabel)
- DrillDownCommand constructor.
- Parameters:
name
- name of commandtype
- type of commandaxis
- axis associated with the commandaxisLabel
- 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
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