|
||||||||||
| 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.SeasonAbstract
fr.ifremer.isisfish.entities.SeasonImpl
fr.ifremer.isisfish.entities.MetierSeasonInfoAbstract
public abstract class MetierSeasonInfoAbstract
| Field Summary | |
|---|---|
Metier |
metier
|
Collection<TargetSpecies> |
speciesTargetSpecies
|
Collection<Zone> |
zone
|
| Fields inherited from class fr.ifremer.isisfish.entities.SeasonAbstract |
|---|
firstMonth, lastMonth |
| 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.MetierSeasonInfo |
|---|
COMMENT, METIER, SEASON_ZONE_COMMENT, SPECIES_TARGET_SPECIES, ZONE |
| Fields inherited from interface fr.ifremer.isisfish.entities.Season |
|---|
FIRST_MONTH, LAST_MONTH |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
MetierSeasonInfoAbstract()
|
|
| Method Summary | |
|---|---|
List<org.nuiton.topia.persistence.TopiaEntity> |
accept()
accept : |
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
addAllSpeciesTargetSpecies(Collection<TargetSpecies> values)
addAllSpeciesTargetSpecies : |
void |
addAllZone(Collection<Zone> values)
addAllZone : |
void |
addSpeciesTargetSpecies(TargetSpecies value)
addSpeciesTargetSpecies : |
void |
addZone(Zone zone)
addZone : |
void |
clearSpeciesTargetSpecies()
clearSpeciesTargetSpecies : |
void |
clearZone()
clearZone : |
void |
delete()
delete : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
Metier |
getMetier()
getMetier : |
String |
getSeasonZoneComment()
getSeasonZoneComment : |
Collection<TargetSpecies> |
getSpeciesTargetSpecies()
getSpeciesTargetSpecies : |
TargetSpecies |
getSpeciesTargetSpecies(Species value)
getSpeciesTargetSpecies : |
TargetSpecies |
getSpeciesTargetSpeciesByTopiaId(String topiaId)
getSpeciesTargetSpeciesByTopiaId : |
Collection<Zone> |
getZone()
getZone : |
Zone |
getZoneByTopiaId(String topiaId)
getZoneByTopiaId : |
boolean |
isSpeciesTargetSpeciesEmpty()
isSpeciesTargetSpeciesEmpty : |
boolean |
isZoneEmpty()
isZoneEmpty : |
void |
removeSpeciesTargetSpecies(TargetSpecies value)
removeSpeciesTargetSpecies : |
void |
removeZone(Zone value)
removeZone : |
void |
setComment(String value)
setComment : |
void |
setMetier(Metier value)
setMetier : |
void |
setSeasonZoneComment(String value)
setSeasonZoneComment : |
void |
setSpeciesTargetSpecies(Collection<TargetSpecies> values)
setSpeciesTargetSpecies : |
void |
setZone(Collection<Zone> values)
setZone : |
int |
sizeSpeciesTargetSpecies()
sizeSpeciesTargetSpecies : |
int |
sizeZone()
sizeZone : |
String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class fr.ifremer.isisfish.entities.SeasonImpl |
|---|
containsMonth, getMonths, setMonths |
| Methods inherited from class fr.ifremer.isisfish.entities.SeasonAbstract |
|---|
getFirstMonth, getLastMonth, setFirstMonth, setLastMonth |
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, 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.MetierSeasonInfo |
|---|
getCells, getTargetFactor |
| Methods inherited from interface fr.ifremer.isisfish.entities.Season |
|---|
containsMonth, getFirstMonth, getLastMonth, getMonths, setFirstMonth, setLastMonth, setMonths |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
public Collection<TargetSpecies> speciesTargetSpecies
public Metier metier
public Collection<Zone> zone
| Constructor Detail |
|---|
public MetierSeasonInfoAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class SeasonAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class SeasonAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityaccept in class SeasonAbstractvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
accept in class SeasonAbstractorg.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 SeasonAbstractorg.nuiton.topia.TopiaExceptionpublic void setSeasonZoneComment(String value)
setSeasonZoneComment in interface MetierSeasonInfovalue - public String getSeasonZoneComment()
getSeasonZoneComment in interface MetierSeasonInfopublic void setComment(String value)
setComment in interface MetierSeasonInfovalue - public String getComment()
getComment in interface MetierSeasonInfopublic void addSpeciesTargetSpecies(TargetSpecies value)
addSpeciesTargetSpecies in interface MetierSeasonInfovalue - public TargetSpecies getSpeciesTargetSpeciesByTopiaId(String topiaId)
getSpeciesTargetSpeciesByTopiaId in interface MetierSeasonInfotopiaId -
public void addAllSpeciesTargetSpecies(Collection<TargetSpecies> values)
addAllSpeciesTargetSpecies in interface MetierSeasonInfovalues - public void setSpeciesTargetSpecies(Collection<TargetSpecies> values)
setSpeciesTargetSpecies in interface MetierSeasonInfovalues - public void removeSpeciesTargetSpecies(TargetSpecies value)
removeSpeciesTargetSpecies in interface MetierSeasonInfovalue - public void clearSpeciesTargetSpecies()
clearSpeciesTargetSpecies in interface MetierSeasonInfopublic Collection<TargetSpecies> getSpeciesTargetSpecies()
getSpeciesTargetSpecies in interface MetierSeasonInfopublic TargetSpecies getSpeciesTargetSpecies(Species value)
getSpeciesTargetSpecies in interface MetierSeasonInfovalue -
public int sizeSpeciesTargetSpecies()
sizeSpeciesTargetSpecies in interface MetierSeasonInfopublic boolean isSpeciesTargetSpeciesEmpty()
isSpeciesTargetSpeciesEmpty in interface MetierSeasonInfopublic void setMetier(Metier value)
setMetier in interface MetierSeasonInfovalue - public Metier getMetier()
getMetier in interface MetierSeasonInfopublic void addZone(Zone zone)
addZone in interface MetierSeasonInfozone - public void addAllZone(Collection<Zone> values)
addAllZone in interface MetierSeasonInfovalues - public Zone getZoneByTopiaId(String topiaId)
getZoneByTopiaId in interface MetierSeasonInfotopiaId -
public void setZone(Collection<Zone> values)
setZone in interface MetierSeasonInfovalues - public void removeZone(Zone value)
removeZone in interface MetierSeasonInfovalue - public void clearZone()
clearZone in interface MetierSeasonInfopublic Collection<Zone> getZone()
getZone in interface MetierSeasonInfopublic int sizeZone()
sizeZone in interface MetierSeasonInfopublic boolean isZoneEmpty()
isZoneEmpty in interface MetierSeasonInfopublic String toString()
toString in class SeasonImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||