Package psidev.psi.mi.jami.model.impl
Class DefaultNamedParticipant
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.AbstractEntity<F>
-
- psidev.psi.mi.jami.model.impl.AbstractParticipant<Interaction,Feature>
-
- psidev.psi.mi.jami.model.impl.DefaultParticipant
-
- psidev.psi.mi.jami.model.impl.DefaultNamedParticipant
-
- All Implemented Interfaces:
Entity<Feature>
,NamedParticipant<Interaction,Feature>
,Participant<Interaction,Feature>
public class DefaultNamedParticipant extends DefaultParticipant implements NamedParticipant<Interaction,Feature>
Default implementation of named participant.- Since:
13/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
-
Fields inherited from interface psidev.psi.mi.jami.model.Participant
ACCEPTOR_ROLE, ACCEPTOR_ROLE_MI, BAIT_ROLE, BAIT_ROLE_MI, DONOR_ROLE, DONOR_ROLE_MI, ELECTRON_ACCEPTOR_ROLE, ELECTRON_ACCEPTOR_ROLE_MI, ELECTRON_DONOR_ROLE, ELECTRON_DONOR_ROLE_MI, ENZYME_REGULATOR_ROLE, ENZYME_REGULATOR_ROLE_MI, ENZYME_ROLE, ENZYME_ROLE_MI, ENZYME_TARGET_ROLE, ENZYME_TARGET_ROLE_MI, FLUORESCENCE_ACCEPTOR_ROLE, FLUORESCENCE_ACCEPTOR_ROLE_MI, FLUORESCENCE_DONOR_ROLE, FLUORESCENCE_DONOR_ROLE_MI, INHIBITED, INHIBITED_MI, INHIBITOR, INHIBITOR_MI, NEUTRAL, NEUTRAL_MI, PHOSPHATE_ACCEPTOR_ROLE, PHOSPHATE_ACCEPTOR_ROLE_MI, PHOSPHATE_DONOR_ROLE, PHOSPHATE_DONOR_ROLE_MI, PHOTON_ACCEPTOR_ROLE, PHOTON_ACCEPTOR_ROLE_MI, PHOTON_DONOR_ROLE, PHOTON_DONOR_ROLE_MI, PREDETERMINED, PREDETERMINED_MI, PREY, PREY_MI, PUTATIVE_SELF_ROLE, PUTATIVE_SELF_ROLE_MI, SELF_ROLE, SELF_ROLE_MI, SUPPRESSED_GENE_ROLE, SUPPRESSED_GENE_ROLE_MI, SUPPRESSOR_GENE_ROLE, SUPPRESSOR_GENE_ROLE_MI, UNSPECIFIED_ROLE, UNSPECIFIED_ROLE_MI
-
-
Constructor Summary
Constructors Constructor Description DefaultNamedParticipant(Interactor interactor)
Constructor for DefaultNamedParticipant.DefaultNamedParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultNamedParticipant.DefaultNamedParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.DefaultNamedParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName()
Getter for the fieldfullName
.String
getShortName()
Getter for the fieldshortName
.void
setFullName(String fullName)
Sets the full name of the entityvoid
setShortName(String shortName)
Sets the short name of an entity-
Methods inherited from class psidev.psi.mi.jami.model.impl.AbstractParticipant
addAllFeatures, addFeature, getAliases, getAnnotations, getBiologicalEffect, getBiologicalRole, getInteraction, getXrefs, initialiseAliases, initialiseAliasesWith, initialiseAnnotations, initialiseAnnotationsWith, initialiseXrefs, initialiseXrefsWith, removeAllFeatures, removeFeature, setBiologicalEffect, setBiologicalRole, setInteraction, setInteractionAndAddParticipant, toString
-
Methods inherited from class psidev.psi.mi.jami.model.impl.AbstractEntity
getCausalRelationships, getChangeListener, getFeatures, getInteractor, getStoichiometry, initialiseCausalRelationships, initialiseCausalRelationshipsWith, initialiseFeatures, initialiseFeaturesWith, setChangeListener, setInteractor, setStoichiometry, setStoichiometry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.model.Entity
addAllFeatures, addFeature, getCausalRelationships, getChangeListener, getFeatures, getInteractor, getStoichiometry, removeAllFeatures, removeFeature, setChangeListener, setInteractor, setStoichiometry, setStoichiometry
-
Methods inherited from interface psidev.psi.mi.jami.model.Participant
getAliases, getAnnotations, getBiologicalEffect, getBiologicalRole, getInteraction, getXrefs, setBiologicalEffect, setBiologicalRole, setInteraction, setInteractionAndAddParticipant
-
-
-
-
Constructor Detail
-
DefaultNamedParticipant
public DefaultNamedParticipant(Interactor interactor)
Constructor for DefaultNamedParticipant.
- Parameters:
interactor
- aInteractor
object.
-
DefaultNamedParticipant
public DefaultNamedParticipant(Interactor interactor, CvTerm bioRole)
Constructor for DefaultNamedParticipant.
- Parameters:
interactor
- aInteractor
object.bioRole
- aCvTerm
object.
-
DefaultNamedParticipant
public DefaultNamedParticipant(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.
- Parameters:
interactor
- aInteractor
object.stoichiometry
- aStoichiometry
object.
-
DefaultNamedParticipant
public DefaultNamedParticipant(Interactor interactor, CvTerm bioRole, Stoichiometry stoichiometry)
Constructor for DefaultNamedParticipant.
- Parameters:
interactor
- aInteractor
object.bioRole
- aCvTerm
object.stoichiometry
- aStoichiometry
object.
-
-
Method Detail
-
getShortName
public String getShortName()
Getter for the field
shortName
.- Specified by:
getShortName
in interfaceNamedParticipant<Interaction,Feature>
- Returns:
- a
String
object.
-
setShortName
public void setShortName(String shortName)
Sets the short name of an entity- Specified by:
setShortName
in interfaceNamedParticipant<Interaction,Feature>
- Parameters:
shortName
- : short name
-
getFullName
public String getFullName()
Getter for the field
fullName
.- Specified by:
getFullName
in interfaceNamedParticipant<Interaction,Feature>
- Returns:
- a
String
object.
-
setFullName
public void setFullName(String fullName)
Sets the full name of the entity- Specified by:
setFullName
in interfaceNamedParticipant<Interaction,Feature>
- Parameters:
fullName
- : full name
-
-