public class MboSetRetainMboPositionResult
extends java.lang.Object
Constructor and Description |
---|
MboSetRetainMboPositionResult() |
Modifier and Type | Method and Description |
---|---|
MboRemote |
getCurrentMbo()
Returns the current mbo.
|
int |
getCurrentMboIndex()
Returns the current mbo index.
|
java.util.Vector<Mbo> |
getMboList()
Returns the list of mbos.
|
void |
setCurrentMbo(MboRemote mbo)
Sets the current mbo.
|
void |
setCurrentMboIndex(int index)
Sets the current mbo index.
|
void |
setMboList(java.util.Vector<Mbo> mboList)
Sets the list of mbos.
|
public void setMboList(java.util.Vector<Mbo> mboList)
mboList
- public java.util.Vector<Mbo> getMboList()
public void setCurrentMboIndex(int index)
index
- public int getCurrentMboIndex()
public void setCurrentMbo(MboRemote mbo)
mbo
- public MboRemote getCurrentMbo()