public class BoatMonitor
extends org.vesalainen.code.AbstractPropertySetter
implements org.vesalainen.util.Transactional
| Modifier and Type | Field and Description |
|---|---|
static String |
Latitude |
static String |
Longitude |
static String |
RateOfTurn |
static String |
SpeedOverGround |
| Constructor and Description |
|---|
BoatMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(String reason) |
void |
rollback(String reason) |
void |
set(String property,
float arg) |
public static final String RateOfTurn
public static final String SpeedOverGround
public static final String Longitude
public static final String Latitude
public void set(String property, float arg)
set in interface org.vesalainen.code.PropertySetterset in class org.vesalainen.code.AbstractPropertySetterpublic void rollback(String reason)
rollback in interface org.vesalainen.util.Transactionalrollback in class org.vesalainen.code.AbstractPropertySetterpublic void commit(String reason)
commit in interface org.vesalainen.util.Transactionalcommit in class org.vesalainen.code.AbstractPropertySetterCopyright © 2015. All rights reserved.