org.atmosphere.config
Class ApplicationConfig

java.lang.Object
  extended by org.atmosphere.config.ApplicationConfig

public class ApplicationConfig
extends Object

Author:
Sebastien Dionne : sebastien.dionne@gmail.com

Constructor Summary
ApplicationConfig(String paramName, String paramValue)
           
 
Method Summary
 String getParamName()
           
 String getParamValue()
           
 void setParamName(String paramName)
           
 void setParamValue(String paramValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationConfig

public ApplicationConfig(String paramName,
                         String paramValue)
Method Detail

getParamName

public String getParamName()

setParamName

public void setParamName(String paramName)

getParamValue

public String getParamValue()

setParamValue

public void setParamValue(String paramValue)


Copyright © 2012. All Rights Reserved.