@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public abstract class MetierSeasonInfoAbstract extends SeasonImpl implements MetierSeasonInfo
Modifier and Type | Field and Description |
---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected Metier |
metier
Nom de l'attribut en BD : metier
|
protected String |
seasonZoneComment
Nom de l'attribut en BD : seasonZoneComment
|
protected Collection<TargetSpecies> |
speciesTargetSpecies
Nom de l'attribut en BD : species
|
protected Collection<Zone> |
zone
Nom de l'attribut en BD : zone
|
firstMonth, lastMonth
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_COMMENT, PROPERTY_METIER, PROPERTY_SEASON_ZONE_COMMENT, PROPERTY_SPECIES_TARGET_SPECIES, PROPERTY_ZONE
PROPERTY_FIRST_MONTH, PROPERTY_LAST_MONTH
Constructor and Description |
---|
MetierSeasonInfoAbstract() |
containsMonth, getMonths, setMonths
getFirstMonth, getLastMonth, setFirstMonth, setLastMonth
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCells, getTargetFactor
containsMonth, getFirstMonth, getLastMonth, getMonths, setFirstMonth, setLastMonth, setMonths
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected String seasonZoneComment
protected String comment
protected Collection<TargetSpecies> speciesTargetSpecies
protected Metier metier
protected Collection<Zone> zone
public void update() throws org.nuiton.topia.TopiaException
update
in interface org.nuiton.topia.persistence.TopiaEntityContextable
update
in class SeasonAbstract
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
delete
in class SeasonAbstract
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
accept
in class SeasonAbstract
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept0
in class SeasonAbstract
org.nuiton.topia.TopiaException
public void setSeasonZoneComment(String seasonZoneComment)
setSeasonZoneComment
in interface MetierSeasonInfo
public String getSeasonZoneComment()
getSeasonZoneComment
in interface MetierSeasonInfo
public void setComment(String comment)
setComment
in interface MetierSeasonInfo
public String getComment()
getComment
in interface MetierSeasonInfo
public void addSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies)
addSpeciesTargetSpecies
in interface MetierSeasonInfo
public void addAllSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies)
addAllSpeciesTargetSpecies
in interface MetierSeasonInfo
public void setSpeciesTargetSpecies(Collection<TargetSpecies> speciesTargetSpecies)
setSpeciesTargetSpecies
in interface MetierSeasonInfo
public void removeSpeciesTargetSpecies(TargetSpecies speciesTargetSpecies)
removeSpeciesTargetSpecies
in interface MetierSeasonInfo
public void clearSpeciesTargetSpecies()
clearSpeciesTargetSpecies
in interface MetierSeasonInfo
public Collection<TargetSpecies> getSpeciesTargetSpecies()
getSpeciesTargetSpecies
in interface MetierSeasonInfo
public TargetSpecies getSpeciesTargetSpeciesByTopiaId(String topiaId)
getSpeciesTargetSpeciesByTopiaId
in interface MetierSeasonInfo
public TargetSpecies getSpeciesTargetSpecies(Species species)
getSpeciesTargetSpecies
in interface MetierSeasonInfo
public int sizeSpeciesTargetSpecies()
sizeSpeciesTargetSpecies
in interface MetierSeasonInfo
public boolean isSpeciesTargetSpeciesEmpty()
isSpeciesTargetSpeciesEmpty
in interface MetierSeasonInfo
public void setMetier(Metier metier)
setMetier
in interface MetierSeasonInfo
public Metier getMetier()
getMetier
in interface MetierSeasonInfo
public void addZone(Zone zone)
addZone
in interface MetierSeasonInfo
public void addAllZone(Collection<Zone> zone)
addAllZone
in interface MetierSeasonInfo
public void setZone(Collection<Zone> zone)
setZone
in interface MetierSeasonInfo
public void removeZone(Zone zone)
removeZone
in interface MetierSeasonInfo
public void clearZone()
clearZone
in interface MetierSeasonInfo
public Collection<Zone> getZone()
getZone
in interface MetierSeasonInfo
public Zone getZoneByTopiaId(String topiaId)
getZoneByTopiaId
in interface MetierSeasonInfo
public int sizeZone()
sizeZone
in interface MetierSeasonInfo
public boolean isZoneEmpty()
isZoneEmpty
in interface MetierSeasonInfo
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class SeasonAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class SeasonAbstract
org.nuiton.topia.TopiaException
public String toString()
toString
in class SeasonImpl
Copyright © 1999–2020 CodeLutin. All rights reserved.