org.appdapter.registry.basic
Class BasicDescription

java.lang.Object
  extended by org.appdapter.registry.basic.BasicDescription
All Implemented Interfaces:
Serializable, Description

public class BasicDescription
extends Object
implements Description

Author:
Stu B. TODO: Descriptions must be immutable
See Also:
Serialized Form

Constructor Summary
BasicDescription(String name)
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDescription

public BasicDescription(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Description

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2010-2012. All Rights Reserved.