Package org.intermine.model.bio
Class InteractionShadow
- java.lang.Object
-
- org.intermine.model.bio.InteractionShadow
-
- All Implemented Interfaces:
Interaction,org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject,org.intermine.model.ShadowClass
public class InteractionShadow extends java.lang.Object implements Interaction, org.intermine.model.ShadowClass
-
-
Field Summary
Fields Modifier and Type Field Description protected org.intermine.model.InterMineObjectcomplexprotected java.util.Set<InteractionDetail>detailsprotected java.lang.Integeridprotected org.intermine.model.InterMineObjectparticipant1protected org.intermine.model.InterMineObjectparticipant2static java.lang.Class<Interaction>shadowOf
-
Constructor Summary
Constructors Constructor Description InteractionShadow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCollectionElement(java.lang.String fieldName, org.intermine.model.InterMineObject element)voidaddDetails(InteractionDetail arg)booleanequals(java.lang.Object o)ComplexgetComplex()java.util.Set<InteractionDetail>getDetails()java.lang.Class<?>getElementType(java.lang.String fieldName)java.lang.ObjectgetFieldProxy(java.lang.String fieldName)java.lang.Class<?>getFieldType(java.lang.String fieldName)java.lang.ObjectgetFieldValue(java.lang.String fieldName)java.lang.IntegergetId()org.intermine.model.StringConstructorgetoBJECT()BioEntitygetParticipant1()BioEntitygetParticipant2()inthashCode()org.intermine.model.InterMineObjectproxGetComplex()org.intermine.model.InterMineObjectproxGetParticipant1()org.intermine.model.InterMineObjectproxGetParticipant2()voidproxyComplex(org.intermine.objectstore.proxy.ProxyReference complex)voidproxyParticipant1(org.intermine.objectstore.proxy.ProxyReference participant1)voidproxyParticipant2(org.intermine.objectstore.proxy.ProxyReference participant2)voidsetComplex(Complex complex)voidsetDetails(java.util.Set<InteractionDetail> details)voidsetFieldValue(java.lang.String fieldName, java.lang.Object value)voidsetId(java.lang.Integer id)voidsetoBJECT(java.lang.String[] notXml, org.intermine.objectstore.ObjectStore os)voidsetoBJECT(java.lang.String notXml, org.intermine.objectstore.ObjectStore os)voidsetParticipant1(BioEntity participant1)voidsetParticipant2(BioEntity participant2)java.lang.StringtoString()
-
-
-
Field Detail
-
shadowOf
public static final java.lang.Class<Interaction> shadowOf
-
participant2
protected org.intermine.model.InterMineObject participant2
-
complex
protected org.intermine.model.InterMineObject complex
-
participant1
protected org.intermine.model.InterMineObject participant1
-
details
protected java.util.Set<InteractionDetail> details
-
id
protected java.lang.Integer id
-
-
Method Detail
-
getParticipant2
public BioEntity getParticipant2()
- Specified by:
getParticipant2in interfaceInteraction
-
setParticipant2
public void setParticipant2(BioEntity participant2)
- Specified by:
setParticipant2in interfaceInteraction
-
proxyParticipant2
public void proxyParticipant2(org.intermine.objectstore.proxy.ProxyReference participant2)
- Specified by:
proxyParticipant2in interfaceInteraction
-
proxGetParticipant2
public org.intermine.model.InterMineObject proxGetParticipant2()
- Specified by:
proxGetParticipant2in interfaceInteraction
-
getComplex
public Complex getComplex()
- Specified by:
getComplexin interfaceInteraction
-
setComplex
public void setComplex(Complex complex)
- Specified by:
setComplexin interfaceInteraction
-
proxyComplex
public void proxyComplex(org.intermine.objectstore.proxy.ProxyReference complex)
- Specified by:
proxyComplexin interfaceInteraction
-
proxGetComplex
public org.intermine.model.InterMineObject proxGetComplex()
- Specified by:
proxGetComplexin interfaceInteraction
-
getParticipant1
public BioEntity getParticipant1()
- Specified by:
getParticipant1in interfaceInteraction
-
setParticipant1
public void setParticipant1(BioEntity participant1)
- Specified by:
setParticipant1in interfaceInteraction
-
proxyParticipant1
public void proxyParticipant1(org.intermine.objectstore.proxy.ProxyReference participant1)
- Specified by:
proxyParticipant1in interfaceInteraction
-
proxGetParticipant1
public org.intermine.model.InterMineObject proxGetParticipant1()
- Specified by:
proxGetParticipant1in interfaceInteraction
-
getDetails
public java.util.Set<InteractionDetail> getDetails()
- Specified by:
getDetailsin interfaceInteraction
-
setDetails
public void setDetails(java.util.Set<InteractionDetail> details)
- Specified by:
setDetailsin interfaceInteraction
-
addDetails
public void addDetails(InteractionDetail arg)
- Specified by:
addDetailsin interfaceInteraction
-
getId
public java.lang.Integer getId()
- Specified by:
getIdin interfaceorg.intermine.model.InterMineFastPathObject- Specified by:
getIdin interfaceorg.intermine.model.InterMineObject
-
setId
public void setId(java.lang.Integer id)
- Specified by:
setIdin interfaceorg.intermine.model.InterMineFastPathObject- Specified by:
setIdin interfaceorg.intermine.model.InterMineObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getFieldValue
public java.lang.Object getFieldValue(java.lang.String fieldName) throws java.lang.IllegalAccessException- Specified by:
getFieldValuein interfaceorg.intermine.model.FastPathObject- Throws:
java.lang.IllegalAccessException
-
getFieldProxy
public java.lang.Object getFieldProxy(java.lang.String fieldName) throws java.lang.IllegalAccessException- Specified by:
getFieldProxyin interfaceorg.intermine.model.FastPathObject- Throws:
java.lang.IllegalAccessException
-
setFieldValue
public void setFieldValue(java.lang.String fieldName, java.lang.Object value)- Specified by:
setFieldValuein interfaceorg.intermine.model.FastPathObject
-
getFieldType
public java.lang.Class<?> getFieldType(java.lang.String fieldName)
- Specified by:
getFieldTypein interfaceorg.intermine.model.FastPathObject
-
getoBJECT
public org.intermine.model.StringConstructor getoBJECT()
- Specified by:
getoBJECTin interfaceorg.intermine.model.InterMineFastPathObject- Specified by:
getoBJECTin interfaceorg.intermine.model.InterMineObject
-
setoBJECT
public void setoBJECT(java.lang.String notXml, org.intermine.objectstore.ObjectStore os)- Specified by:
setoBJECTin interfaceorg.intermine.model.InterMineObject
-
setoBJECT
public void setoBJECT(java.lang.String[] notXml, org.intermine.objectstore.ObjectStore os)- Specified by:
setoBJECTin interfaceorg.intermine.model.InterMineObject
-
addCollectionElement
public void addCollectionElement(java.lang.String fieldName, org.intermine.model.InterMineObject element)
-
getElementType
public java.lang.Class<?> getElementType(java.lang.String fieldName)
- Specified by:
getElementTypein interfaceorg.intermine.model.InterMineFastPathObject- Specified by:
getElementTypein interfaceorg.intermine.model.InterMineObject
-
-