org.silverpeas.attachment.model
Class SimpleDocumentPK

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

public class SimpleDocumentPK
extends WAPrimaryKey

Author:
ehugonnet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey
componentName, id, space
 
Constructor Summary
SimpleDocumentPK(String id)
           
SimpleDocumentPK(String id, String componentId)
           
SimpleDocumentPK(String id, WAPrimaryKey pk)
           
 
Method Summary
 SimpleDocumentPK clone()
           
 boolean equals(Object obj)
          This method must be specialized - Check if an another object is equal to this object
 long getOldSilverpeasId()
           
 int hashCode()
          Returns a hash code for the key
 SimpleDocumentPK setOldSilverpeasId(long oldSilverpeasId)
           
 String toString()
          Converts the contents of the key into a readable String.
 
Methods inherited from class com.stratelia.webactiv.util.WAPrimaryKey
getComponentName, getId, getInstanceId, getRootTableName, getSpace, getSpaceId, getTableName, getTableName, setComponentName, setId, setSpace
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleDocumentPK

public SimpleDocumentPK(String id)

SimpleDocumentPK

public SimpleDocumentPK(String id,
                        String componentId)

SimpleDocumentPK

public SimpleDocumentPK(String id,
                        WAPrimaryKey pk)
Method Detail

getOldSilverpeasId

public long getOldSilverpeasId()

setOldSilverpeasId

public SimpleDocumentPK setOldSilverpeasId(long oldSilverpeasId)

equals

public boolean equals(Object obj)
Description copied from class: WAPrimaryKey
This method must be specialized - Check if an another object is equal to this object

Specified by:
equals in class WAPrimaryKey
Parameters:
obj - the object to compare to this WAPrimaryKey
Returns:
true if obj is equals to this object

hashCode

public int hashCode()
Description copied from class: WAPrimaryKey
Returns a hash code for the key

Overrides:
hashCode in class WAPrimaryKey
Returns:
A hash code for this object

toString

public String toString()
Description copied from class: WAPrimaryKey
Converts the contents of the key into a readable String.

Overrides:
toString in class WAPrimaryKey
Returns:
The string representation of this object

clone

public SimpleDocumentPK clone()
Overrides:
clone in class WAPrimaryKey


Copyright © 2016 Silverpeas. All Rights Reserved.