com.ibm.pim.interfaces.relationships
Interface CatalogHierarchySpecificDetails


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
           
 
Method Summary
 Catalog getCatalog()
           
 Hierarchy getHierarchy()
           
 Spec getSpec()
           
 

Field Detail

copyright

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

getSpec

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

getHierarchy

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

getCatalog

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