java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.stepcontrol.model.Gearing
All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

public class Gearing extends com.jgoodies.binding.beans.Model
See Also:
  • Field Details

  • Constructor Details

    • Gearing

      public Gearing(String key)
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • getGearRatioPrimary

      public Integer getGearRatioPrimary()
      Returns:
      the gearRatioPrimary value
    • setGearRatioPrimary

      public void setGearRatioPrimary(Integer gearRatioPrimary)
      Parameters:
      gearRatioPrimary - the gearRatioPrimary value to set
    • getGearRatioSecondary

      public Integer getGearRatioSecondary()
      Returns:
      the gearRatioSecondary value
    • setGearRatioSecondary

      public void setGearRatioSecondary(Integer gearRatioSecondary)
      Parameters:
      gearRatioSecondary - the gearRatioSecondary value to set
    • getBackLash

      public Integer getBackLash()
      Returns:
      the backLash
    • setBackLash

      public void setBackLash(Integer backLash)
      Parameters:
      backLash - the backLash to set
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object