com.silverpeas.formsonline.model
Class FormPK

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

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

Author:
Nicolas Eysseric
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey
componentName, id, space
 
Constructor Summary
FormPK(int id, String componentId)
           
FormPK(String id, String componentId)
           
 
Method Summary
 boolean equals(Object obj)
           
 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

FormPK

public FormPK(String id,
              String componentId)

FormPK

public FormPK(int id,
              String componentId)
Method Detail

equals

public boolean equals(Object obj)
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.