atg.endeca.assembler.navigation
Class UserStateProperties
java.lang.Object
   atg.endeca.assembler.navigation.UserStateProperties
atg.endeca.assembler.navigation.UserStateProperties
- public class UserStateProperties 
- extends java.lang.Object
This class holds the properties used by the UserState object.
| Field Summary | 
| protected static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
protected static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
UserStateProperties
public UserStateProperties()
setPrefixDelimiter
public void setPrefixDelimiter(java.lang.String pPrefixDelimiter)
- 
- Parameters:
- pPrefixDelimiter- - Sets the delimiter that separates segment types from names.
 
getPrefixDelimiter
public java.lang.String getPrefixDelimiter()
- 
- Returns:
- the delimiter that separates segment types from names.
 
setSitePrefix
public void setSitePrefix(java.lang.String pSitePrefix)
- 
- Parameters:
- pSitePrefix- - Sets the prefix to use with the ID of the current site.
 
getSitePrefix
public java.lang.String getSitePrefix()
- 
- Returns:
- the prefix to use with the ID of the current site.
 
setSiteGroupPrefix
public void setSiteGroupPrefix(java.lang.String pSiteGroupPrefix)
- 
- Parameters:
- -- Sets the prefix to use with site group IDs.
 
getSiteGroupPrefix
public java.lang.String getSiteGroupPrefix()
- 
- Returns:
- the prefix to use with site group IDs.