atg.commerce.csr.environment
Class CurrentCatalogHolder

java.lang.Object
  extended by atg.commerce.csr.environment.CurrentCatalogHolder

public class CurrentCatalogHolder
extends java.lang.Object

Holds the current active catalog


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  atg.repository.RepositoryItem mCurrentCatalog
           
 
Constructor Summary
CurrentCatalogHolder()
           
 
Method Summary
 atg.repository.RepositoryItem getCurrentCatalog()
          Returns the active catalog
 void setCurrentCatalog(atg.repository.RepositoryItem pCurrentCatalog)
           
 
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
Class version string


mCurrentCatalog

protected atg.repository.RepositoryItem mCurrentCatalog
Constructor Detail

CurrentCatalogHolder

public CurrentCatalogHolder()
Method Detail

getCurrentCatalog

public atg.repository.RepositoryItem getCurrentCatalog()
Returns the active catalog


setCurrentCatalog

public void setCurrentCatalog(atg.repository.RepositoryItem pCurrentCatalog)