Package org.intermine.model.bio
Interface CrossReference
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
CrossReferenceShadow
public interface CrossReference extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentifier()DataSourcegetSource()BioEntitygetSubject()org.intermine.model.InterMineObjectproxGetSource()org.intermine.model.InterMineObjectproxGetSubject()voidproxySource(org.intermine.objectstore.proxy.ProxyReference source)voidproxySubject(org.intermine.objectstore.proxy.ProxyReference subject)voidsetIdentifier(java.lang.String identifier)voidsetSource(DataSource source)voidsetSubject(BioEntity subject)
-
-
-
Method Detail
-
getIdentifier
java.lang.String getIdentifier()
-
setIdentifier
void setIdentifier(java.lang.String identifier)
-
getSource
DataSource getSource()
-
setSource
void setSource(DataSource source)
-
proxySource
void proxySource(org.intermine.objectstore.proxy.ProxyReference source)
-
proxGetSource
org.intermine.model.InterMineObject proxGetSource()
-
getSubject
BioEntity getSubject()
-
setSubject
void setSubject(BioEntity subject)
-
proxySubject
void proxySubject(org.intermine.objectstore.proxy.ProxyReference subject)
-
proxGetSubject
org.intermine.model.InterMineObject proxGetSubject()
-
-