com.partnersoft.v3x.apps.MapBrowser.locate
Class PickoneMangler
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.locate.PickoneMangler
- All Implemented Interfaces:
- ObjectTransform
public class PickoneMangler
- extends java.lang.Object
- implements ObjectTransform
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
originalProperties
public java.util.ArrayList originalProperties
newProperty
public java.lang.String newProperty
PickoneMangler
public PickoneMangler()
transform
public java.lang.Object transform(java.lang.Object victim)
- Description copied from interface:
ObjectTransform
- Our one method; this transforms one object into another. Transformation
must be nondestructive, but may produce a derived product that is still
affected by changes to the original, so beware.
- Specified by:
transform in interface ObjectTransform
getOriginalProperties
public java.util.ArrayList getOriginalProperties()
setOriginalProperties
public void setOriginalProperties(java.util.ArrayList newProps)
getNewProperty
public java.lang.String getNewProperty()
setNewProperty
public void setNewProperty(java.lang.String newNewProperty)