com.endeca.mobile.config
Class BrandConfig

java.lang.Object
  extended by com.endeca.mobile.config.BrandConfig

public class BrandConfig
extends java.lang.Object


Constructor Summary
BrandConfig()
           
 
Method Summary
 long getBrandDimensionId()
           
 java.util.List<java.lang.String> getNavStates()
           
 void setBrandDimensionId(long brandDimensionId)
           
 void setNavStates(java.util.List<java.lang.String> navStates)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrandConfig

public BrandConfig()
Method Detail

getNavStates

public java.util.List<java.lang.String> getNavStates()

setNavStates

public void setNavStates(java.util.List<java.lang.String> navStates)

getBrandDimensionId

public long getBrandDimensionId()

setBrandDimensionId

public void setBrandDimensionId(long brandDimensionId)