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

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

public class IdentifiedImpl
extends Object

IdentifiedImpl

Version:
$Id: IdentifiedImpl.java 516448 2007-03-09 16:25:47Z ate $
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-2007 Apache Software Foundation. All Rights Reserved.