public class CopyFieldId extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
_destination
The copy field destination. 
 | 
protected String | 
_source
The copy field source. 
 | 
| Constructor and Description | 
|---|
CopyFieldId(String source,
           String destination)
Build a copy field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getDestination()
Get the copy field destination. 
 | 
String | 
getSource()
Get the copy field source. 
 | 
int | 
hashCode()  | 
void | 
setDestination(String destination)
Set the copy field destination. 
 | 
void | 
setSource(String source)
Set the copy field source. 
 | 
String | 
toString()  | 
protected String _destination
public CopyFieldId(String source, String destination)
source - The copy field source.destination - The copy field destination.public void setSource(String source)
source - The copy field source to set.public String getDestination()
public void setDestination(String destination)
destination - The copy field destination to set.