|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stratelia.webactiv.util.WAPrimaryKey
org.silverpeas.importExport.versioning.DocumentVersionPK
public class DocumentVersionPK
This object contains the info about PrimaryKey of document version
| Field Summary |
|---|
| Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
|---|
componentName, id, space |
| Constructor Summary | |
|---|---|
DocumentVersionPK(int id)
Constructor declaration |
|
DocumentVersionPK(int id,
String spaceId,
String componentId)
Constructor declaration |
|
DocumentVersionPK(int id,
WAPrimaryKey pk)
Constructor declaration |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method declaration |
String |
getRootTableName()
********** |
String |
getTableName()
Method declaration |
int |
hashCode()
Returns a hash code for the key |
String |
toString()
Method declaration |
| Methods inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
|---|
clone, getComponentName, getId, getInstanceId, getSpace, getSpaceId, getTableName, setComponentName, setId, setSpace |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentVersionPK(int id)
id -
public DocumentVersionPK(int id,
String spaceId,
String componentId)
id - spaceId - componentId -
public DocumentVersionPK(int id,
WAPrimaryKey pk)
id - pk - | Method Detail |
|---|
public String getRootTableName()
getRootTableName in class WAPrimaryKeypublic String getTableName()
getTableName in class WAPrimaryKeypublic boolean equals(Object other)
equals in class WAPrimaryKeyother -
public String toString()
toString in class WAPrimaryKeypublic int hashCode()
hashCode in class WAPrimaryKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||