com.ibm.pim.interfaces.relationships
Interface CatalogHierarchySpecificDetails


Deprecated.

public interface CatalogHierarchySpecificDetails

Read only interface for the relationship between a catalog and a hierarchy, and holder for the information unique to that pairing (eg the Spec that represents the location Hierarchy)


Field Summary
static java.lang.String copyright
          Deprecated.  
 
Method Summary
 Catalog getCatalog()
          Deprecated.  
 Hierarchy getHierarchy()
          Deprecated.  
 Spec getSpec()
          Deprecated.  
 

Field Detail

copyright

static final java.lang.String copyright
Deprecated. 
See Also:
Constant Field Values
Method Detail

getSpec

Spec getSpec()
Deprecated. 
Returns:
the Spec related to the relationship between this Catalog and Hierarchy.

getHierarchy

Hierarchy getHierarchy()
Deprecated. 
Returns:
the Hierarchy for which this Catalog relationship exists

getCatalog

Catalog getCatalog()
Deprecated. 
Returns:
the Catalog for which this Catalog relationship exists