org.atmosphere.config
Class ApplicationConfiguration

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

public class ApplicationConfiguration
extends Object

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

Constructor Summary
ApplicationConfiguration(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

ApplicationConfiguration

public ApplicationConfiguration(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 © 2014. All Rights Reserved.