public class IdMapping extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
mappingSource |
protected String |
relationship |
protected String |
sourceId |
protected String |
targetId |
Constructor and Description |
---|
IdMapping() |
IdMapping(String sourceId,
String targetId,
String relationship,
String mappingSource) |
Modifier and Type | Method and Description |
---|---|
String |
getMappingSource() |
String |
getRelationship() |
String |
getSourceId() |
String |
getTargetId() |
void |
setMappingSource(String mappingSource) |
void |
setRelationship(String relationship) |
void |
setSourceId(String sourceId) |
void |
setTargetId(String targetId) |
protected String sourceId
protected String targetId
protected String relationship
protected String mappingSource
public String getSourceId()
public void setSourceId(String sourceId)
public String getTargetId()
public void setTargetId(String targetId)
public String getRelationship()
public void setRelationship(String relationship)
public String getMappingSource()
public void setMappingSource(String mappingSource)
Copyright © 2010-2014. All Rights Reserved.