com.endeca.b2creference.config
Class HybrisConfig

java.lang.Object
  extended by com.endeca.b2creference.config.HybrisConfig

public class HybrisConfig
extends java.lang.Object


Constructor Summary
HybrisConfig()
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 java.lang.String getServerBaseUrl()
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HybrisConfig

public HybrisConfig()
Method Detail

getServerBaseUrl

public java.lang.String getServerBaseUrl()

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPort

public int getPort()

setPort

public void setPort(int port)