com.stratelia.webactiv.forums.models
Class MessagePK

java.lang.Object
  extended by com.stratelia.webactiv.util.WAPrimaryKey
      extended by com.stratelia.webactiv.forums.models.MessagePK
All Implemented Interfaces:
Serializable, Cloneable

public class MessagePK
extends com.stratelia.webactiv.util.WAPrimaryKey

Clé primaire associée à un message.

Since:
November 2000
Author:
frageade
See Also:
Serialized Form

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

Constructor Detail

MessagePK

public MessagePK(String component,
                 String id)

MessagePK

public MessagePK(String component)
Method Detail

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.