org.apache.geronimo.deployment.plugin
Class TargetModuleIDImpl

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

public class TargetModuleIDImpl
extends Object
implements TargetModuleID, Serializable

See Also:
Serialized Form

Constructor Summary
TargetModuleIDImpl(Target target, String moduleID)
           
TargetModuleIDImpl(Target target, String moduleID, String[] childIDs)
           
 
Method Summary
 boolean equals(Object o)
           
 TargetModuleID[] getChildTargetModuleID()
           
 String getModuleID()
           
 TargetModuleID getParentTargetModuleID()
           
 Target getTarget()
           
 ModuleType getType()
           
 String getWebURL()
           
 int hashCode()
           
 void setType(ModuleType type)
           
 void setWebURL(String webURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetModuleIDImpl

public TargetModuleIDImpl(Target target,
                          String moduleID)

TargetModuleIDImpl

public TargetModuleIDImpl(Target target,
                          String moduleID,
                          String[] childIDs)
Method Detail

getTarget

public Target getTarget()
Specified by:
getTarget in interface TargetModuleID

getModuleID

public String getModuleID()
Specified by:
getModuleID in interface TargetModuleID

getParentTargetModuleID

public TargetModuleID getParentTargetModuleID()
Specified by:
getParentTargetModuleID in interface TargetModuleID

getChildTargetModuleID

public TargetModuleID[] getChildTargetModuleID()
Specified by:
getChildTargetModuleID in interface TargetModuleID

getWebURL

public String getWebURL()
Specified by:
getWebURL in interface TargetModuleID

setWebURL

public void setWebURL(String webURL)

getType

public ModuleType getType()

setType

public void setType(ModuleType type)

toString

public String toString()
Specified by:
toString in interface TargetModuleID
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.