public class EditProtocolUIModel extends AbstractTuttiTableUIModel<TuttiProtocol,EditProtocolSpeciesRowModel,EditProtocolUIModel>
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
EditProtocolUIModel() |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, setRows, setRowsInErrorfromBean, getIcon, getId, getTitle, isCreate, isModify, isValid, newEntity, setId, setModify, setValid, toBeanaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_COMMENT
public static final String PROPERTY_NAME
public static final String PROPERTY_LENGTH_CLASSES_PMFM_ID
public static final String PROPERTY_GEAR_USE_FEATURE_PMFM_ID
public static final String PROPERTY_VESSEL_USE_FEATURE_PMFM_ID
public static final String PROPERTY_REMOVE_SPECIES_ENABLED
public static final String PROPERTY_IMPORTED
public static final String PROPERTY_CLONED
protected String name
protected String comment
protected boolean imported
protected boolean cloned
protected boolean removeSpeciesEnabled
protected com.google.common.collect.Multimap<String,Species> allSpeciesByTaxonId
protected List<Caracteristic> caracteristics
protected Map<String,Caracteristic> allCaracteristic
protected static org.nuiton.util.beans.Binder<EditProtocolUIModel,TuttiProtocol> toBeanBinder
protected static org.nuiton.util.beans.Binder<TuttiProtocol,EditProtocolUIModel> fromBeanBinder
public String getName()
public void setName(String name)
public String getComment()
public void setComment(String comment)
public void setLengthClassesPmfm(List<Caracteristic> lengthClassesPmfm)
public void setGearUseFeaturePmfm(List<Caracteristic> gearUseFeaturePmfm)
public void setVesselUseFeaturePmfmId(List<String> vesselUseFeaturePmfmId)
public void setVesselUseFeaturePmfm(List<Caracteristic> vesselUseFeaturePmfm)
public boolean isRemoveSpeciesEnabled()
public void setRemoveSpeciesEnabled(boolean removeSpeciesEnabled)
public boolean isImported()
public void setImported(boolean imported)
public boolean isCloned()
public void setCloned(boolean cloned)
public List<TuttiProtocol> getExistingProtocols()
public void setExistingProtocols(List<TuttiProtocol> existingProtocols)
public com.google.common.collect.Multimap<String,Species> getAllSpeciesByTaxonId()
public Collection<Species> getAllSynonyms(String taxonId)
public void setAllSpeciesByTaxonId(com.google.common.collect.Multimap<String,Species> allSpeciesByTaxonId)
public void setAllReferentSpeciesByTaxonId(Map<String,Species> allReferentSpeciesByTaxonId)
public List<Caracteristic> getCaracteristics()
public void setCaracteristics(List<Caracteristic> caracteristics)
public Map<String,Caracteristic> getAllCaracteristic()
public void setAllCaracteristic(Map<String,Caracteristic> allCaracteristic)
Copyright © 2012-2013 Ifremer. All Rights Reserved.