com.stratelia.silverpeas.treeManager.model
Class TreeNodePK

java.lang.Object
  extended by com.stratelia.webactiv.util.WAPrimaryKey
      extended by com.stratelia.silverpeas.treeManager.model.TreeNodePK
All Implemented Interfaces:
Serializable, Cloneable

public class TreeNodePK
extends WAPrimaryKey
implements Serializable

Class declaration

Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey
componentName, id, space
 
Constructor Summary
TreeNodePK(String id)
          Constructor declaration
TreeNodePK(String id, String space, String componentName)
          Constructor declaration
TreeNodePK(String id, WAPrimaryKey pk)
          Constructor declaration
 
Method Summary
 boolean equals(Object other)
          Method declaration
 String getRootTableName()
          Method declaration
 String getTableName()
          Method declaration
 int hashCode()
          Method declaration
 
Methods inherited from class com.stratelia.webactiv.util.WAPrimaryKey
clone, getComponentName, getId, getInstanceId, getSpace, getSpaceId, getTableName, setComponentName, setId, setSpace, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeNodePK

public TreeNodePK(String id)
Constructor declaration

Parameters:
id -
See Also:

TreeNodePK

public TreeNodePK(String id,
                  String space,
                  String componentName)
Constructor declaration

Parameters:
id -
space -
componentName -
See Also:

TreeNodePK

public TreeNodePK(String id,
                  WAPrimaryKey pk)
Constructor declaration

Parameters:
id -
pk -
See Also:
Method Detail

getRootTableName

public String getRootTableName()
Method declaration

Overrides:
getRootTableName in class WAPrimaryKey
Returns:
See Also:

getTableName

public String getTableName()
Method declaration

Overrides:
getTableName in class WAPrimaryKey
Returns:
See Also:

equals

public boolean equals(Object other)
Method declaration

Specified by:
equals in class WAPrimaryKey
Parameters:
other -
Returns:
See Also:

hashCode

public int hashCode()
Method declaration

Overrides:
hashCode in class WAPrimaryKey
Returns:
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.