|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.gear.Gear
public abstract class Gear
Défini un engin, non pas engin physique, mais au sens "classe d'engin".
Il est possible de définir un arboresence d'engin, au sein d'une meme
classification, via les liens d'engin parents/enfants.
Exemple, pour la classification 'Engin EU corpus' :
* 'corpus effort de pêche'
- PAL Palangre de surface
(Longliner)
- EP1 Engins petits pélagiques - corpus réglementaire 685/95
* corpus 2 (...)
- ...
Exemple, pour la classification 'FAO/CISTEP' :
* 'chaluts'
(code
'03.0.0')
- 'OTB' 'chalut de fond'
- chalut pélagique
- ...
* 'Filets'
Nested Class Summary | |
---|---|
static class |
Gear.Factory
Constructs new instances of Gear . |
Constructor Summary | |
---|---|
Gear()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this
refer to the same object. |
java.util.Collection |
getAssociatedGears()
|
java.util.Collection |
getChildGears()
|
java.lang.String |
getDescription()
|
GearClassification |
getGearClassification()
|
java.lang.Integer |
getId()
|
java.lang.String |
getLabel()
Mn??monique (ou code) de l'engin. |
java.lang.String |
getName()
Libell?? de l'engin. |
Gear |
getParentGear()
|
Status |
getStatus()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setAssociatedGears(java.util.Collection associatedGears)
|
void |
setChildGears(java.util.Collection childGears)
|
void |
setDescription(java.lang.String description)
|
void |
setGearClassification(GearClassification gearClassification)
|
void |
setId(java.lang.Integer id)
|
void |
setLabel(java.lang.String label)
|
void |
setName(java.lang.String name)
|
void |
setParentGear(Gear parentGear)
|
void |
setStatus(Status status)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gear()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getLabel()
Mn??monique (ou code) de l'engin. Le mn??monique doit ??tre unique pour une meme classification d'engin.
Par exemple : - Pour la classification FAO/CSITEP : label='OTB'
public void setLabel(java.lang.String label)
public java.lang.String getName()
Libell?? de l'engin.
il s'agit du libell?? "officiel" de la classification.
note : ce libell?? peut etre r??gionalis?? via "GearLocation".
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public GearClassification getGearClassification()
public void setGearClassification(GearClassification gearClassification)
public java.util.Collection getChildGears()
public void setChildGears(java.util.Collection childGears)
public Gear getParentGear()
Défini l'engin parent, au sein de la meme classification
note : pour une association entre des classifications différents,
cf "synonymGears"
public void setParentGear(Gear parentGear)
public Status getStatus()
public void setStatus(Status status)
public java.util.Collection getAssociatedGears()
public void setAssociatedGears(java.util.Collection associatedGears)
public boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |