net.dpml.metro.data
Class NullDirective

java.lang.Object
  extended by net.dpml.metro.data.AbstractDirective
      extended by net.dpml.metro.data.NullDirective
All Implemented Interfaces:
Serializable, Directive

public class NullDirective
extends AbstractDirective
implements Directive

A NullDirective is used to mark a solution as resolved on the basis that the solution will be managed by an enclosing component.

Version:
1.0.4
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
NullDirective()
          Create a new null directive.
 
Method Summary
 boolean equals(Object other)
          Test if the supplied object is equal to this object.
 int hashCode()
          Return the hashcode for the instance.
 
Methods inherited from class net.dpml.metro.data.AbstractDirective
getPartHandlerURI, setupURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullDirective

public NullDirective()
Create a new null directive.

Method Detail

equals

public boolean equals(Object other)
Test if the supplied object is equal to this object.

Overrides:
equals in class AbstractDirective
Parameters:
other - the object to compare with this instance
Returns:
TRUE if the supplied object is equal to this object

hashCode

public int hashCode()
Return the hashcode for the instance.

Overrides:
hashCode in class AbstractDirective
Returns:
the instance hashcode