|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Zone
| Field Summary | |
|---|---|
static java.lang.String |
CELL
|
static java.lang.String |
COMMENT
|
static java.lang.String |
NAME
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllCell(java.util.List<Cell> cell)
addAllCell : |
void |
addCell(Cell cell)
addCell : |
void |
clearCell()
clearCell : |
java.util.List<Cell> |
getCell()
getCell : |
Cell |
getCellByTopiaId(java.lang.String topiaId)
getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId |
java.lang.String |
getComment()
getComment : |
FisheryRegion |
getFisheryRegion()
getFisheryRegion : |
java.lang.String |
getName()
getName : |
boolean |
isCellEmpty()
isCellEmpty : Retourne true si la collection cell est vide. |
void |
removeCell(Cell cell)
removeCell : |
void |
setCell(java.util.List<Cell> cell)
setCell : |
void |
setComment(java.lang.String comment)
setComment : |
void |
setName(java.lang.String name)
setName : |
int |
sizeCell()
sizeCell : Retourne le nombre d'éléments de la collection cell |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final java.lang.String NAME
static final java.lang.String COMMENT
static final java.lang.String CELL
| Method Detail |
|---|
void setName(java.lang.String name)
name - La valeur de l'attribut name à positionner.java.lang.String getName()
void setComment(java.lang.String comment)
comment - La valeur de l'attribut comment à positionner.java.lang.String getComment()
void addCell(Cell cell)
cell - L'instance de cell à ajoutervoid addAllCell(java.util.List<Cell> cell)
cell - Les instances de cell à ajoutervoid setCell(java.util.List<Cell> cell)
cell - La Collection de cell à ajoutervoid removeCell(Cell cell)
cell - Vide la Collection de cellvoid clearCell()
java.util.List<Cell> getCell()
Cell getCellByTopiaId(java.lang.String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeCell()
boolean isCellEmpty()
true si la collection cell est vide.
FisheryRegion getFisheryRegion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||