|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.j2ee.deployclient.TargetModuleIDImpl
public class TargetModuleIDImpl
Represents a deployed module.
| Constructor Summary | |
|---|---|
TargetModuleIDImpl(TargetImpl target,
java.lang.String moduleID)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
TargetModuleID[] |
getChildTargetModuleID()
Returns the children of the object. |
java.lang.String |
getModuleID()
Returns the id. |
TargetModuleID |
getParentTargetModuleID()
Returns the identifier of the parent object. |
Target |
getTarget()
Returns the target for the module. |
java.lang.String |
getWebURL()
Returns the web url |
void |
setParentTargetModuleID(TargetModuleID parent)
Sets the parent. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TargetModuleIDImpl(TargetImpl target,
java.lang.String moduleID)
| Method Detail |
|---|
public Target getTarget()
public java.lang.String getModuleID()
public java.lang.String getWebURL()
public TargetModuleID getParentTargetModuleID()
public void setParentTargetModuleID(TargetModuleID parent)
public TargetModuleID[] getChildTargetModuleID()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||