|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.CellAbstract
public abstract class CellAbstract
| Field Summary | |
|---|---|
protected String |
comment
Représente le plus petit élément géographique de la région. |
protected boolean |
land
Représente le plus petit élément géographique de la région. |
protected float |
latitude
Représente le plus petit élément géographique de la région. |
protected float |
longitude
Représente le plus petit élément géographique de la région. |
protected String |
name
Représente le plus petit élément géographique de la région. |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface fr.ifremer.isisfish.entities.Cell |
|---|
PROPERTY_COMMENT, PROPERTY_LAND, PROPERTY_LATITUDE, PROPERTY_LONGITUDE, PROPERTY_NAME |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
CellAbstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
void |
delete()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
String |
getComment()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
boolean |
getLand()
|
float |
getLatitude()
|
float |
getLongitude()
|
String |
getName()
|
boolean |
isLand()
|
void |
setComment(String comment)
|
void |
setLand(boolean land)
|
void |
setLatitude(float latitude)
|
void |
setLongitude(float longitude)
|
void |
setName(String name)
|
String |
toString()
|
void |
update()
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.ifremer.isisfish.entities.Cell |
|---|
getFisheryRegion |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
getTopiaContext, setTopiaContext |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String name
Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.
Nom de l'attribut en BD : name
protected float latitude
Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.
Nom de l'attribut en BD : latitude
protected float longitude
Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.
Nom de l'attribut en BD : longitude
protected boolean land
Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.
Nom de l'attribut en BD : land
protected String comment
Représente le plus petit élément géographique de la région. Plusieurs Mesh composé constitues une Zone.
Nom de l'attribut en BD : comment
| Constructor Detail |
|---|
public CellAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setName(String name)
setName in interface Cellpublic String getName()
getName in interface Cellpublic void setLatitude(float latitude)
setLatitude in interface Cellpublic float getLatitude()
getLatitude in interface Cellpublic void setLongitude(float longitude)
setLongitude in interface Cellpublic float getLongitude()
getLongitude in interface Cellpublic void setLand(boolean land)
setLand in interface Cellpublic boolean isLand()
isLand in interface Cellpublic boolean getLand()
getLand in interface Cellpublic void setComment(String comment)
setComment in interface Cellpublic String getComment()
getComment in interface Cell
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||