org.apache.geronimo.deployment.plugin
Class TargetImpl

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.TargetImpl
All Implemented Interfaces:
Serializable, javax.enterprise.deploy.spi.Target

public class TargetImpl
extends Object
implements javax.enterprise.deploy.spi.Target, Serializable

Version:
$Rev: 394030 $ $Date: 2006-04-14 08:30:38 +0200 (Fri, 14 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
TargetImpl(org.apache.geronimo.gbean.AbstractName name, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 org.apache.geronimo.gbean.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(org.apache.geronimo.gbean.AbstractName name,
                  String description)
Method Detail

getAbstractName

public org.apache.geronimo.gbean.AbstractName getAbstractName()

getName

public String getName()
Specified by:
getName in interface javax.enterprise.deploy.spi.Target

getDescription

public String getDescription()
Specified by:
getDescription in interface javax.enterprise.deploy.spi.Target

toString

public String toString()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


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