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 188328 2005-02-08 19:08:40Z rogerrut $
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

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

Returns:
the unique identifier of the rule

setId

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

Parameters:
id - the unique identifier of the rule


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