Package org.anchoranalysis.bean.shared
Class StringMapItem
A bean with a pair of strings, representing a mapping from one string to the other.
The originating string is termed source and the destination of the mapping is termed target.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
StringMapItem
public StringMapItem()
-
-
Method Details
-
getSource
The origin of the mapping. -
setSource
The origin of the mapping. -
getTarget
The destination of the mapping. -
setTarget
The destination of the mapping.
-