atg.commerce.endeca.cache
Class DimensionValueCacheObject
java.lang.Object
   atg.commerce.endeca.cache.DimensionValueCacheObject
atg.commerce.endeca.cache.DimensionValueCacheObject
- public class DimensionValueCacheObject 
- extends java.lang.Object
A class representing a value within the dimension value cache.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
DimensionValueCacheObject
public DimensionValueCacheObject(java.lang.String pRepositoryId,
                                 java.lang.String pDimvalId)
- Parameters:
- pDimvalId- The dimension value id of this particular entry.
getRepositoryId
public java.lang.String getRepositoryId()
- 
- Returns:
- the mRepositoryId
 
setRepositoryId
public void setRepositoryId(java.lang.String pRepositoryId)
- 
- Parameters:
- mRepositoryId- the mRepositoryId to set
 
getDimvalId
public java.lang.String getDimvalId()
- 
- Returns:
- the mDimvalId
 
setDimvalId
public void setDimvalId(java.lang.String pDimvalId)
- 
- Parameters:
- mDimvalId- the mDimvalId to set
 
getUrl
public java.lang.String getUrl()
- 
- Returns:
- the mURL. An optional property.
 
setURL
public void setURL(java.lang.String pUrl)
- 
- Parameters:
- mURL- the mURL to set
 
getAncestorRepositoryIds
public java.util.List<java.lang.String> getAncestorRepositoryIds()
- 
- Returns:
- the mAncestorRepositoryIds. An optional property.
 
setAncestorRepositoryIds
public void setAncestorRepositoryIds(java.util.List<java.lang.String> pAncestorRepositoryIds)
- 
- Parameters:
- mAncestorRepositoryIds- the mAncestorRepositoryIds to set
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-