Interface Zone

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
ZoneAbstract, ZoneImpl

public interface Zone extends org.nuiton.topia.persistence.TopiaEntityContextable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable

    TOPIA_CONTEXT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    addCell(Cell cell)
     
    void
     
     
     
     
     
     
    boolean
     
    void
     
    void
    setCell(List<Cell> cell)
     
    void
    setComment(String comment)
     
    void
     
    int
     

    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

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable

    delete, getTopiaContext, setTopiaContext, update
  • Field Details

  • Method Details

    • setName

      void setName(String name)
    • getName

      String getName()
    • setComment

      void setComment(String comment)
    • getComment

      String getComment()
    • addCell

      void addCell(Cell cell)
    • addAllCell

      void addAllCell(List<Cell> cell)
    • setCell

      void setCell(List<Cell> cell)
    • removeCell

      void removeCell(Cell cell)
    • clearCell

      void clearCell()
    • getCell

      List<Cell> getCell()
    • getCellByTopiaId

      Cell getCellByTopiaId(String topiaId)
    • sizeCell

      int sizeCell()
    • isCellEmpty

      boolean isCellEmpty()
    • getFisheryRegion

      FisheryRegion getFisheryRegion()