com.esri.client.local
Class CreateServiceInfo

java.lang.Object
  extended by com.esri.client.local.CreateServiceInfo

public class CreateServiceInfo
extends Object

The Class CreateServiceInfo.


Constructor Summary
CreateServiceInfo()
          Instantiates a new creates the service info.
 
Method Summary
 Object getParam(String name)
          Gets the parameters.
 Map<String,String> getParams()
          Gets the parameters.
 String getParamsString()
          Gets the parameters as a string.
 void setParam(String name, String value)
          Sets the parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateServiceInfo

public CreateServiceInfo()
Instantiates a new creates the service info.

Method Detail

getParam

public Object getParam(String name)
Gets the parameters.

Parameters:
name - the name
Returns:
the parameters

setParam

public void setParam(String name,
                     String value)
Sets the parameters.

Parameters:
name - the name
value - the parameters to set

getParamsString

public String getParamsString()
Gets the parameters as a string.

Returns:
the parameter string

getParams

public Map<String,String> getParams()
Gets the parameters.

Returns:
the parameters


Copyright © 2012. All Rights Reserved.