| org.apache.jetspeed.rewriter.rules.Identified
Identified | public interface Identified (Code) | | Identified
author: David Sean Taylor version: $Id: Identified.java 516448 2007-03-09 16:25:47Z ate $ |
Method Summary | |
String | getId() Get the unique identification string for this rule. | void | setId(String id) Set the unique identification string for this rule. |
getId | String getId()(Code) | | Get the unique identification string for this rule.
the unique identifier of the rule |
setId | void setId(String id)(Code) | | Set the unique identification string for this rule.
Parameters: id - the unique identifier of the rule |
|
|