org.eclipse.higgins.rpps.core.tobj
Class MapTO

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.tobj.MapTO
All Implemented Interfaces:
Serializable

public class MapTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MapTO()
           
MapTO(String key, String[] values)
           
 
Method Summary
 String getKey()
           
 String[] getValues()
           
 void setKey(String key)
           
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTO

public MapTO()

MapTO

public MapTO(String key,
             String[] values)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValues

public String[] getValues()

setValues

public void setValues(String[] values)