com.bea.netuix.application.identifier
Class DesktopDefinitionId
java.lang.Object
|
+--com.bea.netuix.application.identifier.DesktopDefinitionId
- All Implemented Interfaces:
- Serializable
- public class DesktopDefinitionId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
DesktopDefinitionId
public DesktopDefinitionId(String webAppName,
PortalPath portalPath,
DesktopPath desktopPath)
getWebAppName
public String getWebAppName()
setWebAppName
public void setWebAppName(String webAppName)
getPortalPath
public PortalPath getPortalPath()
setPortalPath
public void setPortalPath(PortalPath portalPath)
getDesktopPath
public DesktopPath getDesktopPath()
setDesktopPath
public void setDesktopPath(DesktopPath desktopPath)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
createDesktopDefinitionId
public static DesktopDefinitionId createDesktopDefinitionId(String webAppName,
String portalPathStr,
String desktopPathStr)
clone
public static DesktopDefinitionId clone(DesktopDefinitionId desktopDefinitionId)
clone
protected Object clone()
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003 BEA Systems, Inc. All Rights Reserved