Class Gearing
- 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOstatic StringPROPERTYNAME_BACKLASHstatic StringPROPERTYNAME_GEARRATIO_PRIMARYstatic StringPROPERTYNAME_GEARRATIO_SECONDARYstatic StringYES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetBackLash()IntegergetGearRatioPrimary()IntegergetGearRatioSecondary()StringgetKey()inthashCode()voidsetBackLash(Integer backLash)voidsetGearRatioPrimary(Integer gearRatioPrimary)voidsetGearRatioSecondary(Integer gearRatioSecondary)StringtoString()-
Methods inherited from class com.jgoodies.binding.beans.Model
createPropertyChangeSupport, firePropertyChange
-
Methods inherited from class com.jgoodies.common.bean.Bean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
-
-
-
Field Detail
-
YES
public static final String YES
- See Also:
- Constant Field Values
-
NO
public static final String NO
- See Also:
- Constant Field Values
-
PROPERTYNAME_GEARRATIO_PRIMARY
public static final String PROPERTYNAME_GEARRATIO_PRIMARY
- See Also:
- Constant Field Values
-
PROPERTYNAME_GEARRATIO_SECONDARY
public static final String PROPERTYNAME_GEARRATIO_SECONDARY
- See Also:
- Constant Field Values
-
PROPERTYNAME_BACKLASH
public static final String PROPERTYNAME_BACKLASH
- See Also:
- Constant Field Values
-
-
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
-
-