org.tridas.io.gui.model
Class TricycleModel

java.lang.Object
  extended by com.dmurph.mvc.model.AbstractModel
      extended by 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

Field Summary
static String ANALYTICS_CODE
           
 
Fields inherited from class com.dmurph.mvc.model.AbstractModel
propertyChangeSupport
 
Fields inherited from interface com.dmurph.mvc.IModel
DIRTY
 
Constructor Summary
TricycleModel()
           
 
Method Summary
 boolean isAutoUpdate()
           
 boolean isLock()
           
 boolean isTracking()
           
 void setAutoUpdate(boolean arg)
           
 void setLock(boolean argLock)
           
 void setTracking(boolean argTracking)
           
 
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
 

Field Detail

ANALYTICS_CODE

public static final String ANALYTICS_CODE
See Also:
Constant Field Values
Constructor Detail

TricycleModel

public TricycleModel()
Method Detail

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.