|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Zone
| Field Summary | |
|---|---|
static String |
PROPERTY_CELL
|
static String |
PROPERTY_COMMENT
|
static String |
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 |
| Method Summary | |
|---|---|
void |
addAllCell(List<Cell> cell)
|
void |
addCell(Cell cell)
|
void |
clearCell()
|
List<Cell> |
getCell()
|
Cell |
getCellByTopiaId(String topiaId)
|
String |
getComment()
|
FisheryRegion |
getFisheryRegion()
|
String |
getName()
|
boolean |
isCellEmpty()
|
void |
removeCell(Cell cell)
|
void |
setCell(List<Cell> cell)
|
void |
setComment(String comment)
|
void |
setName(String name)
|
int |
sizeCell()
|
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
delete, getTopiaContext, setTopiaContext, update |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
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 |
| Field Detail |
|---|
static final String PROPERTY_NAME
static final String PROPERTY_COMMENT
static final String PROPERTY_CELL
| Method Detail |
|---|
void setName(String name)
String getName()
void setComment(String comment)
String getComment()
void addCell(Cell cell)
void addAllCell(List<Cell> cell)
void setCell(List<Cell> cell)
void removeCell(Cell cell)
void clearCell()
List<Cell> getCell()
Cell getCellByTopiaId(String topiaId)
int sizeCell()
boolean isCellEmpty()
FisheryRegion getFisheryRegion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||