@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public interface FisheryRegion extends org.nuiton.topia.persistence.TopiaEntityContextable
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CELL_LENGTH_LATITUDE |
static String |
PROPERTY_CELL_LENGTH_LONGITUDE |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_MAP_FILES |
static String |
PROPERTY_MAX_LATITUDE |
static String |
PROPERTY_MAX_LONGITUDE |
static String |
PROPERTY_MIN_LATITUDE |
static String |
PROPERTY_MIN_LONGITUDE |
static String |
PROPERTY_NAME |
delete, getTopiaContext, setTopiaContext, update
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
static final String PROPERTY_NAME
static final String PROPERTY_MIN_LONGITUDE
static final String PROPERTY_MAX_LONGITUDE
static final String PROPERTY_MIN_LATITUDE
static final String PROPERTY_MAX_LATITUDE
static final String PROPERTY_CELL_LENGTH_LONGITUDE
static final String PROPERTY_CELL_LENGTH_LATITUDE
static final String PROPERTY_MAP_FILES
static final String PROPERTY_COMMENT
void setName(String name)
String getName()
void setMinLongitude(float minLongitude)
float getMinLongitude()
void setMaxLongitude(float maxLongitude)
float getMaxLongitude()
void setMinLatitude(float minLatitude)
float getMinLatitude()
void setMaxLatitude(float maxLatitude)
float getMaxLatitude()
void setCellLengthLongitude(float cellLengthLongitude)
float getCellLengthLongitude()
void setCellLengthLatitude(float cellLengthLatitude)
float getCellLengthLatitude()
void setMapFiles(String mapFiles)
String getMapFiles()
void setComment(String comment)
String getComment()
List<VesselType> getVesselType()
List<SetOfVessels> getSetOfVessels()
List<Observation> getObservations()
Copyright © 1999–2020 CodeLutin. All rights reserved.