public class RelationHolder
extends java.lang.Object
Constructor and Description |
---|
RelationHolder() |
Modifier and Type | Method and Description |
---|---|
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.
|
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