org.jboss.reliance.drools.core.rules
Class Nameable

java.lang.Object
  extended by org.jboss.reliance.drools.core.rules.Nameable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Flag, PermissionCheck, Role, RoleTracker

public abstract class Nameable
extends Object
implements Serializable

Name holder;

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
protected Nameable(Object name)
           
 
Method Summary
 Object getName()
          Get the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Nameable

protected Nameable(Object name)
Method Detail

getName

public Object getName()
Get the name.

Returns:
name

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 JBoss Inc.. All Rights Reserved.