|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.facetmap.simple.SimpleHeading
public abstract class SimpleHeading
Base class for some Heading implementations in this package.
| Field Summary | |
|---|---|
protected java.lang.String |
id
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
SimpleHeading(java.lang.String id,
java.lang.String title)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Unique identifier of a predefined Heading. |
java.lang.String |
getTitle()
The descriptive name of this Heading, for display to users. |
boolean |
isRoot()
Returns true if this Heading is the root, the starting Heading, of its Facet. |
boolean |
matches(Heading resourceHeading)
Determines whether this heading matches the input heading, for the purposes of SimpleFacetmap routines. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.facetmap.Heading |
|---|
getBackwardHeading, getFacet, getForwardHeadings |
| Field Detail |
|---|
protected java.lang.String id
protected java.lang.String title
| Constructor Detail |
|---|
public SimpleHeading(java.lang.String id,
java.lang.String title)
| Method Detail |
|---|
public java.lang.String getId()
Heading
getId in interface Headingpublic java.lang.String getTitle()
Heading
getTitle in interface Headingpublic boolean isRoot()
Heading
isRoot in interface HeadingFacet.getRootHeading()public boolean matches(Heading resourceHeading)
Note: if x.isRoot() && y.isRoot() , x must match y.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||