@Entity @Indexed public class Molecule extends AbstractModel implements DocumentAttachable
LENGTH_BIG_TEXT, LENGTH_LONG_TEXT, LENGTH_MEDIUM_TEXT, LENGTH_TINY_TEXT| Constructor and Description |
|---|
Molecule()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(Document document)
Attach new document.
|
Campagne |
getCampagne()
Campagne getter.
|
String |
getComplement()
Complement getter.
|
Personne |
getCreateur()
Createur getter.
|
List<Document> |
getDocuments()
Get document attached to entity.
|
String |
getFamilleChimique()
Famille chimique getter.
|
String |
getFormuleBrute()
Formule brute getter.
|
String |
getFormuleDevMol()
Fomule dev mol getter.
|
String |
getIdentifieePar()
Identifiee par getter.
|
Integer |
getIdMolecule()
Id molecule getter.
|
BigDecimal |
getMasseMolaire()
Masse molaire getter.
|
String |
getNomCommun()
Nom commun getter.
|
String |
getNomIupca()
Nom iupca getter.
|
List<MoleculeProvenance> |
getProvenances()
Provenances getter.
|
String |
getPubliOrigine()
Publi origine getter.
|
boolean |
isNouvMolecul()
Nouv molecule getter.
|
void |
removeDocument(Document document)
Remove an attached document.
|
void |
setCampagne(Campagne campagne)
Campagne setter.
|
void |
setComplement(String complement)
Complement setter.
|
void |
setCreateur(Personne createur)
Createur setter.
|
void |
setDocuments(List<Document> documents)
Documents setter.
|
void |
setFamilleChimique(String familleChimique)
Famille chimique setter.
|
void |
setFormuleBrute(String formuleBrute)
Formule brute setter.
|
void |
setFormuleDevMol(String formuleDevMol)
Formule dev mol setter.
|
void |
setIdentifieePar(String identifieePar)
Identifiee par setter.
|
void |
setIdMolecule(Integer idMolecule)
Id molecule setter.
|
void |
setMasseMolaire(BigDecimal masseMolaire)
Masse molaire setter.
|
void |
setNomCommun(String nomCommun)
Nom commun getter.
|
void |
setNomIupca(String nomIupca)
Nom iupca setter.
|
void |
setNouvMolecul(boolean nouvMolecul)
Nouv molecule setter.
|
void |
setProvenances(List<MoleculeProvenance> provenances)
Provenances setter.
|
void |
setPubliOrigine(String publiOrigine)
Publi origine setter.
|
getIdField, getIdField, getIdValuepublic Integer getIdMolecule()
public void setIdMolecule(Integer idMolecule)
idMolecule - the idMolecule to setpublic String getNomCommun()
public void setNomCommun(String nomCommun)
nomCommun - the nomCommun to setpublic String getFamilleChimique()
public void setFamilleChimique(String familleChimique)
familleChimique - the familleChimique to setpublic String getFormuleDevMol()
public void setFormuleDevMol(String formuleDevMol)
formuleDevMol - the formuleDevMol to setpublic String getNomIupca()
public void setNomIupca(String nomIupca)
nomIupca - the nomIupca to setpublic String getFormuleBrute()
public void setFormuleBrute(String formuleBrute)
formuleBrute - the formuleBrute to setpublic BigDecimal getMasseMolaire()
public void setMasseMolaire(BigDecimal masseMolaire)
masseMolaire - the masseMolaire to setpublic boolean isNouvMolecul()
public void setNouvMolecul(boolean nouvMolecul)
nouvMolecul - the nouvMolecul to setpublic Campagne getCampagne()
public void setCampagne(Campagne campagne)
campagne - the campagne to setpublic String getIdentifieePar()
public void setIdentifieePar(String identifieePar)
identifieePar - the identifieePar to setpublic String getPubliOrigine()
public void setPubliOrigine(String publiOrigine)
publiOrigine - the publiOrigine to setpublic String getComplement()
public void setComplement(String complement)
complement - the complement to setpublic Personne getCreateur()
public void setCreateur(Personne createur)
createur - the createur to setpublic List<MoleculeProvenance> getProvenances()
public void setProvenances(List<MoleculeProvenance> provenances)
provenances - the provenances to setpublic List<Document> getDocuments()
getDocuments in interface DocumentAttachablepublic void setDocuments(List<Document> documents)
documents - the documents to setpublic void addDocument(Document document)
addDocument in interface DocumentAttachabledocument - new document to attachpublic void removeDocument(Document document)
removeDocument in interface DocumentAttachabledocument - document to removeCopyright © 2009-2013 IRD. All Rights Reserved.