|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.util.WAPrimaryKey
com.stratelia.silverpeas.pdc.model.AxisPK
public class AxisPK
It's the Axis PrimaryKey object It identify an axe
Field Summary |
---|
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
---|
componentName, id, space |
Constructor Summary | |
---|---|
AxisPK(int id)
|
|
AxisPK(String id)
Constructor which set only the id |
|
AxisPK(String id,
String space,
String componentName)
Constructor which set id, space and component name |
|
AxisPK(String id,
WAPrimaryKey pk)
Constructor which set the id The WAPrimaryKey provides space and component name |
Method Summary | |
---|---|
boolean |
equals(Object other)
Check if an another object is equal to this object |
String |
getRootTableName()
Return the object root table name |
String |
getTableName()
Return the object table name |
int |
hashCode()
Returns a hash code for the key |
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 |
---|
public AxisPK(String id)
public AxisPK(int id)
public AxisPK(String id, String space, String componentName)
public AxisPK(String id, WAPrimaryKey pk)
Method Detail |
---|
public String getRootTableName()
getRootTableName
in class WAPrimaryKey
public String getTableName()
getTableName
in class WAPrimaryKey
WAPrimaryKey.space
,
WAPrimaryKey.componentName
,
WAPrimaryKey.getRootTableName()
public boolean equals(Object other)
equals
in class WAPrimaryKey
other
- the object to compare to this NodePK
public int hashCode()
hashCode
in class WAPrimaryKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |