net.sf.fikin.pojostate.state
Class AbstractState.PropertyNameComparator

java.lang.Object
  extended by net.sf.fikin.pojostate.state.AbstractState.PropertyNameComparator
Enclosing class:
AbstractState

protected class AbstractState.PropertyNameComparator
extends java.lang.Object

This class is solely created to be used by AbstractState.getProperty(String) to search in the Vector with Properties for given name.


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
protected AbstractState.PropertyNameComparator()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

AbstractState.PropertyNameComparator

protected AbstractState.PropertyNameComparator()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.