atg.commerce.endeca.cache
Class DimensionValueCacheObject

java.lang.Object
  extended by 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_VERSION
          Class version string
 
Constructor Summary
DimensionValueCacheObject(java.lang.String pRepositoryId, java.lang.String pDimvalId)
           
 
Method Summary
 java.util.List<java.lang.String> getAncestorRepositoryIds()
           
 java.lang.String getDimvalId()
           
 java.lang.String getRepositoryId()
           
 java.lang.String getUrl()
           
 void setAncestorRepositoryIds(java.util.List<java.lang.String> pAncestorRepositoryIds)
           
 void setDimvalId(java.lang.String pDimvalId)
           
 void setRepositoryId(java.lang.String pRepositoryId)
           
 void setURL(java.lang.String pUrl)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

DimensionValueCacheObject

public DimensionValueCacheObject(java.lang.String pRepositoryId,
                                 java.lang.String pDimvalId)
Parameters:
pDimvalId - The dimension value id of this particular entry.
Method Detail

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:
toString in class java.lang.Object