org.apache.jetspeed.rewriter.rules.impl
Class IdentifiedImpl

java.lang.Object
  extended byorg.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl
Direct Known Subclasses:
AttributeImpl, RuleImpl, RulesetImpl, TagImpl

public class IdentifiedImpl
extends Object

IdentifiedImpl

Version:
$Id: IdentifiedImpl.java 188328 2005-02-08 19:08:40Z rogerrut $
Author:
David Sean Taylor

Field Summary
protected  String id
           
 
Constructor Summary
IdentifiedImpl()
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

IdentifiedImpl

public IdentifiedImpl()
Method Detail

getId

public String getId()

setId

public void setId(String id)


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