|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.wrappers.RelationHolder
public class RelationHolder
The Class RelationHolder.
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 |
---|
public RelationHolder()
Method Detail |
---|
public java.lang.String getSourceNamespace()
public void setSourceNamespace(java.lang.String sourceNamespace)
sourceNamespace
- the new source namespacepublic java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace
- the new target namespacepublic java.lang.String getRelationNamespace()
public void setRelationNamespace(java.lang.String relationNamespace)
relationNamespace
- the new relation namespacepublic java.lang.String getSource()
public void setSource(java.lang.String source)
source
- the new sourcepublic java.lang.String getTarget()
public void setTarget(java.lang.String target)
target
- the new targetpublic java.lang.String getRelation()
public void setRelation(java.lang.String relation)
relation
- the new relationpublic java.lang.String getSourceScheme()
public void setSourceScheme(java.lang.String sourceScheme)
sourceScheme
- the new source schemepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |