psdi.mbo

Class MboSetRetainMboPositionResult

  • java.lang.Object
    • psdi.mbo.MboSetRetainMboPositionResult


  • public class MboSetRetainMboPositionResult
    extends java.lang.Object
    A class for storing the result of applying the Mbo position data on a Business Object Set.
    • Constructor Detail

      • MboSetRetainMboPositionResult

        public MboSetRetainMboPositionResult()
    • Method Detail

      • setMboList

        public void setMboList(java.util.Vector mboList)
        Sets the list of mbos.
        Parameters:
        mboList -
      • getMboList

        public java.util.Vector getMboList()
        Returns the list of mbos.
        Returns:
      • setCurrentMboIndex

        public void setCurrentMboIndex(int index)
        Sets the current mbo index.
        Parameters:
        index -
      • getCurrentMboIndex

        public int getCurrentMboIndex()
        Returns the current mbo index.
        Returns:
      • setCurrentMbo

        public void setCurrentMbo(MboRemote mbo)
        Sets the current mbo.
        Parameters:
        mbo -
      • getCurrentMbo

        public MboRemote getCurrentMbo()
        Returns the current mbo.
        Returns: