|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Zone
| Field Summary | |
|---|---|
static String |
CELL
|
static String |
COMMENT
|
static String |
NAME
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllCell(List<Cell> cell)
addAllCell : |
void |
addCell(Cell cell)
addCell : |
void |
clearCell()
clearCell : |
List<Cell> |
getCell()
getCell : |
Cell |
getCellByTopiaId(String topiaId)
getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId |
String |
getComment()
getComment : |
FisheryRegion |
getFisheryRegion()
getFisheryRegion : |
String |
getName()
getName : |
boolean |
isCellEmpty()
isCellEmpty : Retourne true si la collection cell est vide. |
void |
removeCell(Cell cell)
removeCell : |
void |
setCell(List<Cell> cell)
setCell : |
void |
setComment(String comment)
setComment : |
void |
setName(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 String NAME
static final String COMMENT
static final String CELL
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut name à positionner.String getName()
void setComment(String comment)
comment - La valeur de l'attribut comment à positionner.String getComment()
void addCell(Cell cell)
cell - L'instance de cell à ajoutervoid addAllCell(List<Cell> cell)
cell - Les instances de cell à ajoutervoid setCell(List<Cell> cell)
cell - La Collection de cell à ajoutervoid removeCell(Cell cell)
cell - Vide la Collection de cellvoid clearCell()
List<Cell> getCell()
Cell getCellByTopiaId(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 | |||||||||