org.tridas.io.gui.model
Class TricycleModel
java.lang.Object
com.dmurph.mvc.model.AbstractModel
org.tridas.io.gui.model.TricycleModel
- All Implemented Interfaces:
- com.dmurph.mvc.IModel, Serializable
public class TricycleModel
- extends com.dmurph.mvc.model.AbstractModel
- Author:
- daniel
- See Also:
- Serialized Form
Fields inherited from class com.dmurph.mvc.model.AbstractModel |
propertyChangeSupport |
Fields inherited from interface com.dmurph.mvc.IModel |
DIRTY |
Methods inherited from class com.dmurph.mvc.model.AbstractModel |
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANALYTICS_CODE
public static final String ANALYTICS_CODE
- See Also:
- Constant Field Values
TricycleModel
public TricycleModel()
isTracking
public boolean isTracking()
- Returns:
- the tracking
setTracking
public void setTracking(boolean argTracking)
- Parameters:
argTracking
- the tracking to set
isAutoUpdate
public boolean isAutoUpdate()
- Returns:
- the tracking
setAutoUpdate
public void setAutoUpdate(boolean arg)
- Parameters:
argTracking
- the tracking to set
setLock
public void setLock(boolean argLock)
- Parameters:
lock
- the lock to set
isLock
public boolean isLock()
- Returns:
- the lock
Copyright © 2011. All Rights Reserved.