|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.SiteConfiguration
public class SiteConfiguration
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 |
---|
public static java.lang.String CLASS_VERSION
Constructor Detail |
---|
public SiteConfiguration()
Method Detail |
---|
public java.lang.String getSiteId()
public void setSiteId(java.lang.String pSiteId)
pSiteId
- The id of the Site for the application.public boolean isAgentModule()
public void setAgentModule(boolean pAgentModule)
public java.lang.String getEnvironmentName()
public void setEnvironmentName(java.lang.String pEnvironmentName)
pEnvironmentName
- public java.lang.String getSiteName()
public void setSiteName(java.lang.String pSiteName)
pSiteName
- public java.lang.String getDelimiter()
public void setDelimiter(java.lang.String pDelimiter)
pDelimiter
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |