public class Control extends AbstractDataContainer
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
static String |
PROPERTY_VALIDATED |
protected boolean |
validated
If control has been explicitly validated.
|
dataCatch, dataHaul, dataLength, dataStrata, deletedDataCatch, deletedDataHaul, deletedDataLength, deletedDataStrata, historyCommands, PROPERTY_HISTORY_COMMANDS
support
Constructor and Description |
---|
Control() |
Modifier and Type | Method and Description |
---|---|
void |
fromProperties(Properties props) |
String |
getComment() |
boolean |
isValidated() |
void |
setComment(String comment) |
void |
setValidated(boolean validated) |
Properties |
toProperties() |
addHistoryCommand, clearData, clearHistoryCommands, getCatch, getDeletedCatch, getDeletedHaul, getDeletedLength, getDeletedStrata, getHaul, getHistoryCommands, getLength, getStrata, isDataLoaded, removeHistoryCommand, setCatch, setDeletedCatch, setDeletedHaul, setDeletedLength, setDeletedStrata, setHaul, setHistoryCommands, setLength, setStrata
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
public static final String PROPERTY_VALIDATED
protected String comment
protected boolean validated
public String getComment()
public void setComment(String comment)
public boolean isValidated()
public void setValidated(boolean validated)
public Properties toProperties()
public void fromProperties(Properties props)
Copyright © 2010–2015 Ifremer. All rights reserved.