|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.api.bag.ConvertedObjectPair
public class ConvertedObjectPair
A class to represent the mapping between an object before type conversion and the converted object. This is returned when the key of the Map returned by getIssues() is TYPE_CONVERTED. ie. getIssues() returns ["TYPE_CONVERTED" -> ["some message" -> ["input string" -> List of ConvertedObjectPair objects]]].
| Constructor Summary | |
|---|---|
ConvertedObjectPair(InterMineObject oldObject,
InterMineObject newObject)
Create a new ConvertedObjectPair. |
|
| Method Summary | |
|---|---|
InterMineObject |
getNewObject()
Get the newObject that was passed to the constructor. |
InterMineObject |
getOldObject()
Get the objObject that was passed to the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertedObjectPair(InterMineObject oldObject,
InterMineObject newObject)
oldObject - the original objectnewObject - the object found by the TypeConverter class| Method Detail |
|---|
public InterMineObject getNewObject()
public InterMineObject getOldObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||