org.apache.geronimo.deployment.plugin
Class TargetImpl

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.TargetImpl
All Implemented Interfaces:
Serializable, Target

public class TargetImpl
extends Object
implements Target, Serializable

See Also:
Serialized Form

Constructor Summary
TargetImpl(AbstractName name, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 AbstractName getAbstractName()
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetImpl

public TargetImpl(AbstractName name,
                  String description)
Method Detail

getAbstractName

public AbstractName getAbstractName()

getName

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

getDescription

public String getDescription()
Specified by:
getDescription in interface Target

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.