Package org.intermine.api.userprofile
Class SavedBag
- java.lang.Object
-
- org.intermine.api.userprofile.SavedBag
-
- All Implemented Interfaces:
FastPathObject
,InterMineFastPathObject
,InterMineObject
public class SavedBag extends java.lang.Object implements InterMineObject
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Date
dateCreated
protected java.lang.String
description
protected java.lang.Integer
id
protected java.lang.String
name
protected int
osbId
protected java.lang.String
state
protected java.lang.String
type
protected InterMineObject
userProfile
-
Constructor Summary
Constructors Constructor Description SavedBag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCollectionElement(java.lang.String fieldName, InterMineObject element)
boolean
equals(java.lang.Object o)
java.util.Date
getDateCreated()
java.lang.String
getDescription()
java.lang.Class<?>
getElementType(java.lang.String fieldName)
Returns the element type of a collection by name.java.lang.Object
getFieldProxy(java.lang.String fieldName)
Returns the value of a field without dereferencing any ProxyReference objects.java.lang.Class<?>
getFieldType(java.lang.String fieldName)
Returns the type of a field by name.java.lang.Object
getFieldValue(java.lang.String fieldName)
Returns the value of a field by name.java.lang.Integer
getId()
Getter for the ID field - ensures that every object in the database has an ID.java.lang.String
getName()
StringConstructor
getoBJECT()
Returns the NotXml serialised version of this object.int
getOsbId()
java.lang.String
getState()
java.lang.String
getType()
UserProfile
getUserProfile()
int
hashCode()
InterMineObject
proxGetUserProfile()
void
proxyUserProfile(ProxyReference userProfile)
void
setDateCreated(java.util.Date dateCreated)
void
setDescription(java.lang.String description)
void
setFieldValue(java.lang.String fieldName, java.lang.Object value)
Sets the value of a field by name.void
setId(java.lang.Integer id)
Setter for the ID field.void
setName(java.lang.String name)
void
setoBJECT(java.lang.String[] notXml, ObjectStore os)
Sets the values of the fields to the values in the given split NotXml.void
setoBJECT(java.lang.String notXml, ObjectStore os)
Sets the values of the fields to the values in the given NotXml.void
setOsbId(int osbId)
void
setState(java.lang.String state)
void
setType(java.lang.String type)
void
setUserProfile(UserProfile userProfile)
java.lang.String
toString()
-
-
-
Field Detail
-
name
protected java.lang.String name
-
type
protected java.lang.String type
-
description
protected java.lang.String description
-
dateCreated
protected java.util.Date dateCreated
-
osbId
protected int osbId
-
state
protected java.lang.String state
-
userProfile
protected InterMineObject userProfile
-
id
protected java.lang.Integer id
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getDateCreated
public java.util.Date getDateCreated()
-
setDateCreated
public void setDateCreated(java.util.Date dateCreated)
-
getOsbId
public int getOsbId()
-
setOsbId
public void setOsbId(int osbId)
-
getState
public java.lang.String getState()
-
setState
public void setState(java.lang.String state)
-
getUserProfile
public UserProfile getUserProfile()
-
setUserProfile
public void setUserProfile(UserProfile userProfile)
-
proxyUserProfile
public void proxyUserProfile(ProxyReference userProfile)
-
proxGetUserProfile
public InterMineObject proxGetUserProfile()
-
getId
public java.lang.Integer getId()
Description copied from interface:InterMineObject
Getter for the ID field - ensures that every object in the database has an ID.- Specified by:
getId
in interfaceInterMineFastPathObject
- Specified by:
getId
in interfaceInterMineObject
- Returns:
- an Integer
-
setId
public void setId(java.lang.Integer id)
Description copied from interface:InterMineObject
Setter for the ID field.- Specified by:
setId
in interfaceInterMineFastPathObject
- Specified by:
setId
in interfaceInterMineObject
- Parameters:
id
- an Integer
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getFieldValue
public java.lang.Object getFieldValue(java.lang.String fieldName) throws java.lang.IllegalAccessException
Description copied from interface:FastPathObject
Returns the value of a field by name.- Specified by:
getFieldValue
in interfaceFastPathObject
- Parameters:
fieldName
- the name of the field- Returns:
- the value of the field
- Throws:
java.lang.IllegalAccessException
- when something goes wrong
-
getFieldProxy
public java.lang.Object getFieldProxy(java.lang.String fieldName) throws java.lang.IllegalAccessException
Description copied from interface:FastPathObject
Returns the value of a field without dereferencing any ProxyReference objects.- Specified by:
getFieldProxy
in interfaceFastPathObject
- Parameters:
fieldName
- the name of the field- Returns:
- the value of the field, or a ProxyReference representing it
- Throws:
java.lang.IllegalAccessException
- when something goes wrong
-
setFieldValue
public void setFieldValue(java.lang.String fieldName, java.lang.Object value)
Description copied from interface:FastPathObject
Sets the value of a field by name.- Specified by:
setFieldValue
in interfaceFastPathObject
- Parameters:
fieldName
- the name of the fieldvalue
- the value of the field, or a ProxyReference representing it
-
getFieldType
public java.lang.Class<?> getFieldType(java.lang.String fieldName)
Description copied from interface:FastPathObject
Returns the type of a field by name.- Specified by:
getFieldType
in interfaceFastPathObject
- Parameters:
fieldName
- the name of the field- Returns:
- the type of the field
-
getoBJECT
public StringConstructor getoBJECT()
Description copied from interface:InterMineObject
Returns the NotXml serialised version of this object.- Specified by:
getoBJECT
in interfaceInterMineFastPathObject
- Specified by:
getoBJECT
in interfaceInterMineObject
- Returns:
- a StringConstructor containing the NotXml
-
setoBJECT
public void setoBJECT(java.lang.String notXml, ObjectStore os)
Description copied from interface:InterMineObject
Sets the values of the fields to the values in the given NotXml.- Specified by:
setoBJECT
in interfaceInterMineObject
- Parameters:
notXml
- a String containing NotXml for this classos
- an ObjectStore from which to create proxies
-
setoBJECT
public void setoBJECT(java.lang.String[] notXml, ObjectStore os)
Description copied from interface:InterMineObject
Sets the values of the fields to the values in the given split NotXml.- Specified by:
setoBJECT
in interfaceInterMineObject
- Parameters:
notXml
- a String array containing the NotXml split with the delimiteros
- an ObjectStore from which to create proxies
-
addCollectionElement
public void addCollectionElement(java.lang.String fieldName, InterMineObject element)
-
getElementType
public java.lang.Class<?> getElementType(java.lang.String fieldName)
Description copied from interface:InterMineObject
Returns the element type of a collection by name.- Specified by:
getElementType
in interfaceInterMineFastPathObject
- Specified by:
getElementType
in interfaceInterMineObject
- Parameters:
fieldName
- the name of the collection- Returns:
- the type of the elements of the collection
-
-