com.cassinidivision.oce.navigation
Interface SiteSectionCommonInterface

All Known Implementing Classes:
N_Section, N_WebSite

public interface SiteSectionCommonInterface

An interface for common functionality provided by both web site and section object instances.


Method Summary
 String indexURL()
          Retrieve the index URL of the instance in question.
 String name()
          Retrieve the name of the instance in question.
 

Method Detail

name

public String name()
Retrieve the name of the instance in question.

Returns:
String containing the name.

indexURL

public String indexURL()
Retrieve the index URL of the instance in question.

Returns:
String containing the index URL.