owltools.gaf
Class IdMapping

java.lang.Object
  extended by owltools.gaf.IdMapping

public class IdMapping
extends Object


Field Summary
protected  String mappingSource
           
protected  String relationship
           
protected  String sourceId
           
protected  String targetId
           
 
Constructor Summary
IdMapping()
           
IdMapping(String sourceId, String targetId, String relationship, String mappingSource)
           
 
Method Summary
 String getMappingSource()
           
 String getRelationship()
           
 String getSourceId()
           
 String getTargetId()
           
 void setMappingSource(String mappingSource)
           
 void setRelationship(String relationship)
           
 void setSourceId(String sourceId)
           
 void setTargetId(String targetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceId

protected String sourceId

targetId

protected String targetId

relationship

protected String relationship

mappingSource

protected String mappingSource
Constructor Detail

IdMapping

public IdMapping()

IdMapping

public IdMapping(String sourceId,
                 String targetId,
                 String relationship,
                 String mappingSource)
Method Detail

getSourceId

public String getSourceId()

setSourceId

public void setSourceId(String sourceId)

getTargetId

public String getTargetId()

setTargetId

public void setTargetId(String targetId)

getRelationship

public String getRelationship()

setRelationship

public void setRelationship(String relationship)

getMappingSource

public String getMappingSource()

setMappingSource

public void setMappingSource(String mappingSource)


Copyright © 2010-2011. All Rights Reserved.