atg.svc
Class SiteConfiguration

java.lang.Object
  extended by atg.svc.SiteConfiguration

public class SiteConfiguration
extends java.lang.Object

Configuration for the application's Site. The configuration object determines the site id for the self-service and authoring applications. The actual id is set in the component configuration file.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SiteConfiguration()
           
 
Method Summary
 java.lang.String getDelimiter()
          Returns the delimiter.
 java.lang.String getEnvironmentName()
          Returns the environmentName.
 java.lang.String getSiteId()
          Gets the id of the Site for the application.
 java.lang.String getSiteName()
          Returns the siteName.
 boolean isAgentModule()
           
 void setAgentModule(boolean pAgentModule)
           
 void setDelimiter(java.lang.String pDelimiter)
          Sets the delimiter.
 void setEnvironmentName(java.lang.String pEnvironmentName)
          Sets the environmentName.
 void setSiteId(java.lang.String pSiteId)
          Sets the id of the Site for the application.
 void setSiteName(java.lang.String pSiteName)
          Sets the siteName.
 
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
Constructor Detail

SiteConfiguration

public SiteConfiguration()
Method Detail

getSiteId

public java.lang.String getSiteId()
Gets the id of the Site for the application.

Returns:
The id of the Site for the application.

setSiteId

public void setSiteId(java.lang.String pSiteId)
Sets the id of the Site for the application.

Parameters:
pSiteId - The id of the Site for the application.

isAgentModule

public boolean isAgentModule()

setAgentModule

public void setAgentModule(boolean pAgentModule)

getEnvironmentName

public java.lang.String getEnvironmentName()
Returns the environmentName.

Returns:
environmentName

setEnvironmentName

public void setEnvironmentName(java.lang.String pEnvironmentName)
Sets the environmentName.

Parameters:
pEnvironmentName -

getSiteName

public java.lang.String getSiteName()
Returns the siteName.

Returns:
siteName

setSiteName

public void setSiteName(java.lang.String pSiteName)
Sets the siteName.

Parameters:
pSiteName -

getDelimiter

public java.lang.String getDelimiter()
Returns the delimiter.

Returns:
delimiter

setDelimiter

public void setDelimiter(java.lang.String pDelimiter)
Sets the delimiter.

Parameters:
pDelimiter -