Class LocoLibraryModel

java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.locolist.model.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:
  • Field Details

  • Constructor Details

    • LocoLibraryModel

      public LocoLibraryModel()
  • Method Details

    • 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
    • getExecutionResult

      public LocoLibraryModel.ExecutionResult getExecutionResult()
      Returns:
      the executionResult
    • setExecutionResult

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