org.lexgrid.loader.wrappers
Class RelationHolder

java.lang.Object
  extended by org.lexgrid.loader.wrappers.RelationHolder

public class RelationHolder
extends java.lang.Object

The Class RelationHolder.

Author:
Kevin Peterson

Constructor Summary
RelationHolder()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getRelation()
          Gets the relation.
 java.lang.String getRelationNamespace()
          Gets the relation namespace.
 java.lang.String getSource()
          Gets the source.
 java.lang.String getSourceNamespace()
          Gets the source namespace.
 java.lang.String getSourceScheme()
          Gets the source scheme.
 java.lang.String getTarget()
          Gets the target.
 java.lang.String getTargetNamespace()
          Gets the target namespace.
 int hashCode()
           
 void setRelation(java.lang.String relation)
          Sets the relation.
 void setRelationNamespace(java.lang.String relationNamespace)
          Sets the relation namespace.
 void setSource(java.lang.String source)
          Sets the source.
 void setSourceNamespace(java.lang.String sourceNamespace)
          Sets the source namespace.
 void setSourceScheme(java.lang.String sourceScheme)
          Sets the source scheme.
 void setTarget(java.lang.String target)
          Sets the target.
 void setTargetNamespace(java.lang.String targetNamespace)
          Sets the target namespace.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationHolder

public RelationHolder()
Method Detail

getSourceNamespace

public java.lang.String getSourceNamespace()
Gets the source namespace.

Returns:
the source namespace

setSourceNamespace

public void setSourceNamespace(java.lang.String sourceNamespace)
Sets the source namespace.

Parameters:
sourceNamespace - the new source namespace

getTargetNamespace

public java.lang.String getTargetNamespace()
Gets the target namespace.

Returns:
the target namespace

setTargetNamespace

public void setTargetNamespace(java.lang.String targetNamespace)
Sets the target namespace.

Parameters:
targetNamespace - the new target namespace

getRelationNamespace

public java.lang.String getRelationNamespace()
Gets the relation namespace.

Returns:
the relation namespace

setRelationNamespace

public void setRelationNamespace(java.lang.String relationNamespace)
Sets the relation namespace.

Parameters:
relationNamespace - the new relation namespace

getSource

public java.lang.String getSource()
Gets the source.

Returns:
the source

setSource

public void setSource(java.lang.String source)
Sets the source.

Parameters:
source - the new source

getTarget

public java.lang.String getTarget()
Gets the target.

Returns:
the target

setTarget

public void setTarget(java.lang.String target)
Sets the target.

Parameters:
target - the new target

getRelation

public java.lang.String getRelation()
Gets the relation.

Returns:
the relation

setRelation

public void setRelation(java.lang.String relation)
Sets the relation.

Parameters:
relation - the new relation

getSourceScheme

public java.lang.String getSourceScheme()
Gets the source scheme.

Returns:
the source scheme

setSourceScheme

public void setSourceScheme(java.lang.String sourceScheme)
Sets the source scheme.

Parameters:
sourceScheme - the new source scheme

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.