Class 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:
    Serialized Form
    • Constructor Detail

      • Gearing

        public Gearing​(String key)
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object