com.silverpeas.mydb.model
Class MyDBConnectionInfoPK

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

public class MyDBConnectionInfoPK
extends com.stratelia.webactiv.util.WAPrimaryKey
implements Serializable

Primary key for a MyDB database connection.

Author:
Antoine HEDIN
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey
componentName, id, space
 
Constructor Summary
MyDBConnectionInfoPK(String id)
           
MyDBConnectionInfoPK(String id, String space, String componentName)
           
MyDBConnectionInfoPK(String id, com.stratelia.webactiv.util.WAPrimaryKey pk)
           
 
Method Summary
 boolean equals(Object other)
           
 String getRootTableName()
           
 String getTableName()
           
 int hashCode()
           
 
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

MyDBConnectionInfoPK

public MyDBConnectionInfoPK(String id)

MyDBConnectionInfoPK

public MyDBConnectionInfoPK(String id,
                            com.stratelia.webactiv.util.WAPrimaryKey pk)

MyDBConnectionInfoPK

public MyDBConnectionInfoPK(String id,
                            String space,
                            String componentName)
Method Detail

getRootTableName

public String getRootTableName()
Overrides:
getRootTableName in class com.stratelia.webactiv.util.WAPrimaryKey

getTableName

public String getTableName()
Overrides:
getTableName in class com.stratelia.webactiv.util.WAPrimaryKey

equals

public boolean equals(Object other)
Specified by:
equals in class com.stratelia.webactiv.util.WAPrimaryKey

hashCode

public int hashCode()
Overrides:
hashCode in class com.stratelia.webactiv.util.WAPrimaryKey


Copyright © 2016 Silverpeas. All Rights Reserved.