| Package | com.adobe.mosaic.om.interfaces | 
| Interface | public interface ICatalogSpecifier | 
| Implementors | Catalog, CatalogSpecifier | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
ICatalogSpecifier provides information about a given ICatalog suitable for 
	 display to a user. Use this interface to specify a catalog for loading into an IApplication. 
	 Developers may implement this interface themselves, or utilize the ICatalogListItem sub-interface.
	 
	  Public Properties
| Property | Defined By | ||
|---|---|---|---|
| name : String [read-only] 
		 Returns the name to be associated with the catalog to be loaded
		 
		   | ICatalogSpecifier | ||
| session : ISession [read-only] 
		 Returns the ISession instance to be associated with the catalog to be loaded
		 
		   | ICatalogSpecifier | ||
Property Detail
name | property | 
name:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the name to be associated with the catalog to be loaded
Implementation
    public function get name():Stringsession | property | 
session:ISession  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the ISession instance to be associated with the catalog to be loaded
Implementation
    public function get session():ISessionThu Dec 4 2014, 05:50 PM -08:00