com.partnersoft.v3x.apps.Staker.interfaces
Class DictionarySplit

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.DictionarySplit
All Implemented Interfaces:
DictionaryMangler, java.io.Serializable

public class DictionarySplit
extends java.lang.Object
implements DictionaryMangler

A DictionaryMangler that splits two or more fields.

See Also:
Serialized Form

Constructor Summary
DictionarySplit()
           
 
Method Summary
 java.lang.String getDelimiter()
           
 java.lang.String getOriginalFieldName()
           
 java.util.ArrayList getResultFieldNames()
           
 void mangle(java.util.Map dict)
          Mangle that dictionary!
 void setDelimiter(java.lang.String newDelim)
           
 void setOriginalFieldName(java.lang.String newName)
           
 void setResultFieldNames(java.util.ArrayList newNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionarySplit

public DictionarySplit()
Method Detail

mangle

public void mangle(java.util.Map dict)
Mangle that dictionary!

Specified by:
mangle in interface DictionaryMangler

getDelimiter

public java.lang.String getDelimiter()

setDelimiter

public void setDelimiter(java.lang.String newDelim)

getOriginalFieldName

public java.lang.String getOriginalFieldName()

setOriginalFieldName

public void setOriginalFieldName(java.lang.String newName)

getResultFieldNames

public java.util.ArrayList getResultFieldNames()

setResultFieldNames

public void setResultFieldNames(java.util.ArrayList newNames)