|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sas.servlet.beans.mdtable.MDCommand
The MDCommand object is the base class for all commands that can be sent to the MDTable. A command represents data needed by the MDTable bean to preform a specified task, such as drill-down, up, or scroll.
Constructor Summary | |
MDCommand()
|
Method Summary | |
abstract Object |
clone()
|
boolean |
getActive()
Returns the state of the command. |
String |
getAxis()
Returns the axis relating to the command, ROW or COLUMN. |
String |
getName()
Returns the name of the command. |
String |
getType()
Returns the type of the command. |
void |
setActive(boolean b)
Sets the state of the command. |
void |
setAxis(String axis)
Sets the axis relating to the command, ROW or COLUMN. |
void |
setName(String name)
Sets the name of the command. |
void |
setType(String type)
Sets the type of the command. |
String |
toString()
|
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public MDCommand()
Method Detail |
public String toString()
public String getName()
setName(java.lang.String)
public void setName(String name)
name
- the name of the command.getName()
public String getType()
setType(java.lang.String)
public void setType(String type)
type
- the type of the command.getType()
public boolean getActive()
setActive(boolean)
public void setActive(boolean b)
b
- the state of the command.getActive()
public String getAxis()
setAxis(java.lang.String)
public void setAxis(String axis)
axis
- the axis relating to the command.getAxis()
public abstract Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |