|
||||||||||
| 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.MetierAbstract
public abstract class MetierAbstract
| Field Summary | |
|---|---|
Gear |
gear
|
List<MetierSeasonInfo> |
metierSeasonInfo
|
Collection<EffortDescription> |
setOfVesselsEffortDescription
|
| 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.Metier |
|---|
CAPTURABLE_SPECIES_COMMENT, COMMENT, GEAR, GEAR_PARAMETER_VALUE, METIER_SEASON_INFO, NAME, SET_OF_VESSELS_EFFORT_DESCRIPTION |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
MetierAbstract()
|
|
| 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 |
addAllMetierSeasonInfo(List<MetierSeasonInfo> values)
addAllMetierSeasonInfo : |
void |
addMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
addMetierSeasonInfo : |
void |
clearMetierSeasonInfo()
clearMetierSeasonInfo : |
void |
delete()
delete : |
String |
getCapturableSpeciesComment()
getCapturableSpeciesComment : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
Gear |
getGear()
getGear : |
String |
getGearParameterValue()
getGearParameterValue : |
List<MetierSeasonInfo> |
getMetierSeasonInfo()
getMetierSeasonInfo : |
MetierSeasonInfo |
getMetierSeasonInfoByTopiaId(String topiaId)
getMetierSeasonInfoByTopiaId : |
String |
getName()
getName : |
boolean |
isMetierSeasonInfoEmpty()
isMetierSeasonInfoEmpty : |
void |
removeMetierSeasonInfo(MetierSeasonInfo value)
removeMetierSeasonInfo : |
void |
setCapturableSpeciesComment(String value)
setCapturableSpeciesComment : |
void |
setComment(String value)
setComment : |
void |
setGear(Gear value)
setGear : |
void |
setGearParameterValue(String value)
setGearParameterValue : |
void |
setMetierSeasonInfo(List<MetierSeasonInfo> values)
setMetierSeasonInfo : |
void |
setName(String value)
setName : |
int |
sizeMetierSeasonInfo()
sizeMetierSeasonInfo : |
String |
toString()
toString : |
void |
update()
update : |
| 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.Metier |
|---|
getFisheryRegion, getGearParameterValueAsDouble, getMetierSeasonInfo |
| 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 Gear gear
public Collection<EffortDescription> setOfVesselsEffortDescription
public List<MetierSeasonInfo> metierSeasonInfo
| Constructor Detail |
|---|
public MetierAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.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 org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic void setName(String value)
setName in interface Metiervalue - public String getName()
getName in interface Metierpublic void setGearParameterValue(String value)
setGearParameterValue in interface Metiervalue - public String getGearParameterValue()
getGearParameterValue in interface Metierpublic void setComment(String value)
setComment in interface Metiervalue - public String getComment()
getComment in interface Metierpublic void setCapturableSpeciesComment(String value)
setCapturableSpeciesComment in interface Metiervalue - public String getCapturableSpeciesComment()
getCapturableSpeciesComment in interface Metierpublic void setGear(Gear value)
setGear in interface Metiervalue - public Gear getGear()
getGear in interface Metierpublic void addMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
addMetierSeasonInfo in interface MetiermetierSeasonInfo - public void addAllMetierSeasonInfo(List<MetierSeasonInfo> values)
addAllMetierSeasonInfo in interface Metiervalues - public MetierSeasonInfo getMetierSeasonInfoByTopiaId(String topiaId)
getMetierSeasonInfoByTopiaId in interface MetiertopiaId -
public void setMetierSeasonInfo(List<MetierSeasonInfo> values)
setMetierSeasonInfo in interface Metiervalues - public void removeMetierSeasonInfo(MetierSeasonInfo value)
removeMetierSeasonInfo in interface Metiervalue - public void clearMetierSeasonInfo()
clearMetierSeasonInfo in interface Metierpublic List<MetierSeasonInfo> getMetierSeasonInfo()
getMetierSeasonInfo in interface Metierpublic int sizeMetierSeasonInfo()
sizeMetierSeasonInfo in interface Metierpublic boolean isMetierSeasonInfoEmpty()
isMetierSeasonInfoEmpty in interface Metierpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||