org.apache.jetspeed.rewriter.rules
Interface Identified

All Known Subinterfaces:
Attribute, Rule, Ruleset, Tag
All Known Implementing Classes:
AttributeImpl, RuleImpl, RulesetImpl, TagImpl

public interface Identified

Identified

Version:
$Id: Identified.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Method Summary
 String getId()
          Get the unique identification string for this rule.
 void setId(String id)
          Set the unique identification string for this rule.
 

Method Detail

getId

String getId()
Get the unique identification string for this rule.

Returns:
the unique identifier of the rule

setId

void setId(String id)
Set the unique identification string for this rule.

Parameters:
id - the unique identifier of the rule


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.