com.etasoft.trans.map
Class axMapInputParameters

java.lang.Object
  extended bycom.etasoft.trans.map.axMapInputParameters
All Implemented Interfaces:
axSerializable, java.io.Serializable

public class axMapInputParameters
extends java.lang.Object
implements axSerializable

Default input parameters entered by user.

See Also:
Serialized Form

Constructor Summary
axMapInputParameters()
           
 
Method Summary
 void add(java.lang.String key, java.lang.String value)
          Add input parameters.
 java.util.Set entrySet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axMapInputParameters

public axMapInputParameters()
Method Detail

add

public void add(java.lang.String key,
                java.lang.String value)
Add input parameters.


entrySet

public java.util.Set entrySet()