atg.svc.agent.customer
Class CustomerPanelConfig

java.lang.Object
  extended by atg.svc.agent.customer.CustomerPanelConfig

public class CustomerPanelConfig
extends java.lang.Object

This class is used to store the URLs of the page fragments (and their context roots) of Customer Panel


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
CustomerPanelConfig()
           
 
Method Summary
 java.lang.String[] getContextRoots()
          Gets property contextRoots
 java.lang.String getCountryDataUrl()
          Gets the property countryDataUrl
 java.lang.String getSelectedContextRoot()
          Gets the property selectedContextRoot
 java.lang.String getStateDataUrl()
          Gets the property stateDataUrl
 java.lang.String[] getSubSections()
          Gets property subSections
 void setContextRoots(java.lang.String[] pContextRoots)
          Sets property contextRoots
 void setCountryDataUrl(java.lang.String pCountryDataUrl)
          Sets the property countryDataUrl
 void setSelectedContextRoot(java.lang.String pSelectedContextRoot)
          Sets the property selectedContextRoot
 void setStateDataUrl(java.lang.String pStateDataUrl)
          Sets the property stateDataUrl
 void setSubSections(java.lang.String[] pSubSections)
          Sets property subSections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CustomerPanelConfig

public CustomerPanelConfig()
Method Detail

getSubSections

public java.lang.String[] getSubSections()
Gets property subSections

Returns:
subSections

setSubSections

public void setSubSections(java.lang.String[] pSubSections)
Sets property subSections

Parameters:
pSubSections -

getContextRoots

public java.lang.String[] getContextRoots()
Gets property contextRoots

Returns:
contextRoots

setContextRoots

public void setContextRoots(java.lang.String[] pContextRoots)
Sets property contextRoots

Parameters:
pContextRoots -

getSelectedContextRoot

public java.lang.String getSelectedContextRoot()
Gets the property selectedContextRoot

Returns:
selectedContextRoot

setSelectedContextRoot

public void setSelectedContextRoot(java.lang.String pSelectedContextRoot)
Sets the property selectedContextRoot

Parameters:
selectedContextRoot -

getStateDataUrl

public java.lang.String getStateDataUrl()
Gets the property stateDataUrl

Returns:
stateDataUrl

setStateDataUrl

public void setStateDataUrl(java.lang.String pStateDataUrl)
Sets the property stateDataUrl

Parameters:
stateDataUrl -

getCountryDataUrl

public java.lang.String getCountryDataUrl()
Gets the property countryDataUrl

Returns:
countryDataUrl

setCountryDataUrl

public void setCountryDataUrl(java.lang.String pCountryDataUrl)
Sets the property countryDataUrl

Parameters:
countryDataUrl -