Class BasicEntry
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.Entry
-
- psidev.psi.mi.jami.xml.model.AbstractBaseEntry<T>
-
- psidev.psi.mi.jami.xml.model.xml253.AbstractEntry<Interaction>
-
- psidev.psi.mi.jami.xml.model.xml253.BasicEntry
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable,FileSourceContext
public class BasicEntry extends AbstractEntry<Interaction>
Basic Entry implementation for JAXB read only. It does not take into account all experimental details- Since:
07/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBasicEntry.JAXBInteractionsWrapper-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.xml253.AbstractEntry
AbstractEntry.JAXBAnnotationsWrapper, AbstractEntry.JAXBInteractorsWrapper
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.AbstractBaseEntry
AbstractBaseEntry.AbstractJAXBAnnotationsWrapper, AbstractBaseEntry.AbstractJAXBInteractionsWrapper<T>, AbstractBaseEntry.AbstractJAXBInteractorsWrapper
-
-
Constructor Summary
Constructors Constructor Description BasicEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSourceLocatorgetSourceLocator()Getter for the fieldsourceLocator.voidsetJAXBAnnotationWrapper(AbstractEntry.JAXBAnnotationsWrapper wrapper)setJAXBAnnotationWrapper.voidsetJAXBInteractionsWrapper(BasicEntry.JAXBInteractionsWrapper wrapper)setJAXBInteractionsWrapper.voidsetJAXBInteractorsWrapper(AbstractEntry.JAXBInteractorsWrapper wrapper)setJAXBInteractorsWrapper.voidsetJAXBSource(ExtendedPsiXmlSource source)setJAXBSource.voidsetSourceLocator(FileSourceLocator sourceLocator)Sets the source locator-
Methods inherited from class psidev.psi.mi.jami.xml.model.AbstractBaseEntry
getInteractions, getInteractors, hasLoadedFullEntry, initialiseAnnotations, setAnnotationsWrapper, setHasLoadedFullEntry, setInteractionsWrapper, setInteractorsWrapper, sourceLocation, toString
-
Methods inherited from class psidev.psi.mi.jami.xml.model.Entry
getAnnotations, getAvailabilities, getSource, initialiseAnnotationsWith, initialiseAvailabilities, initialiseAvailabilitiesWith, setSource
-
-
-
-
Method Detail
-
setJAXBSource
public void setJAXBSource(ExtendedPsiXmlSource source)
setJAXBSource.
- Parameters:
source- aExtendedPsiXmlSourceobject.
-
setJAXBInteractorsWrapper
public void setJAXBInteractorsWrapper(AbstractEntry.JAXBInteractorsWrapper wrapper)
setJAXBInteractorsWrapper.
- Parameters:
wrapper- a JAXBInteractorsWrapper object.
-
setJAXBInteractionsWrapper
public void setJAXBInteractionsWrapper(BasicEntry.JAXBInteractionsWrapper wrapper)
setJAXBInteractionsWrapper.
- Parameters:
wrapper- aBasicEntry.JAXBInteractionsWrapperobject.
-
setJAXBAnnotationWrapper
public void setJAXBAnnotationWrapper(AbstractEntry.JAXBAnnotationsWrapper wrapper)
setJAXBAnnotationWrapper.
- Parameters:
wrapper- a JAXBAnnotationsWrapper object.
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Getter for the field
sourceLocator.- Specified by:
getSourceLocatorin interfaceFileSourceContext- Overrides:
getSourceLocatorin classAbstractBaseEntry<Interaction>- Returns:
- a
FileSourceLocatorobject.
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locator- Specified by:
setSourceLocatorin interfaceFileSourceContext- Overrides:
setSourceLocatorin classAbstractBaseEntry<Interaction>- Parameters:
sourceLocator- : the file locator
-
-