Class LocoLibraryModel

  • All Implemented Interfaces:
    com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

    public class LocoLibraryModel
    extends com.jgoodies.binding.beans.Model
    See Also:
    Serialized Form
    • Constructor Detail

      • LocoLibraryModel

        public LocoLibraryModel()
    • Method Detail

      • getLocoList

        public List<org.bidib.wizard.model.locolist.LocoListModel> getLocoList()
        Returns:
        the locoList
      • setLocoList

        public void setLocoList​(List<org.bidib.wizard.model.locolist.LocoListModel> locoList)
        Parameters:
        locoList - the locoList to set
      • isPushToMouse

        public boolean isPushToMouse()
        Returns:
        the pushToMouse
      • setPushToMouse

        public void setPushToMouse​(boolean pushToMouse)
        Parameters:
        pushToMouse - the pushToMouse to set
      • getExecutionStatus

        public String getExecutionStatus()
        Returns:
        the executionStatus
      • setExecutionStatus

        public void setExecutionStatus​(String executionStatus)
        Parameters:
        executionStatus - the executionStatus to set
      • setExecutionResult

        public void setExecutionResult​(LocoLibraryModel.ExecutionResult executionResult)
        Parameters:
        executionResult - the executionResult to set