owltools.gaf
Class IdMapping
java.lang.Object
owltools.gaf.IdMapping
public class IdMapping
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceId
protected String sourceId
targetId
protected String targetId
relationship
protected String relationship
mappingSource
protected String mappingSource
IdMapping
public IdMapping()
IdMapping
public IdMapping(String sourceId,
String targetId,
String relationship,
String mappingSource)
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-2014. All Rights Reserved.