Class ValuePK
- java.lang.Object
-
- org.silverpeas.core.WAPrimaryKey
-
- org.silverpeas.core.pdc.pdc.model.ValuePK
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ValuePK extends WAPrimaryKey implements Serializable
It's the Value PrimaryKey object It identify values of the an axe- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.WAPrimaryKey
componentName, id, space
-
-
Constructor Summary
Constructors Constructor Description ValuePK(int id)
ValuePK(String id)
Constructor which set only the idValuePK(String id, String space, String componentName)
Constructor which set id, space and component nameValuePK(String id, WAPrimaryKey pk)
Constructor which set the id The WAPrimaryKey provides space and component name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Check if an another object is equal to this objectString
getRootTableName()
Return the object root table nameString
getTableName()
Return the object table nameint
hashCode()
Returns a hash code for the key-
Methods inherited from class org.silverpeas.core.WAPrimaryKey
clone, getComponentName, getId, getInstanceId, getSpace, getSpaceId, getTableName, setComponentName, setId, setSpace, toResourceReference, toString
-
-
-
-
Constructor Detail
-
ValuePK
public ValuePK(String id)
Constructor which set only the id
-
ValuePK
public ValuePK(int id)
-
ValuePK
public ValuePK(String id, String space, String componentName)
Constructor which set id, space and component name
-
ValuePK
public ValuePK(String id, WAPrimaryKey pk)
Constructor which set the id The WAPrimaryKey provides space and component name
-
-
Method Detail
-
getRootTableName
public String getRootTableName()
Return the object root table name- Overrides:
getRootTableName
in classWAPrimaryKey
- Returns:
- the root table name of the object
-
getTableName
public String getTableName()
Return the object table name- Overrides:
getTableName
in classWAPrimaryKey
- Returns:
- the table name of the object
- See Also:
WAPrimaryKey.getRootTableName()
-
equals
public boolean equals(Object other)
Check if an another object is equal to this object- Specified by:
equals
in classWAPrimaryKey
- Parameters:
other
- the object to compare to this NodePK- Returns:
- true if other is equals to this object
-
hashCode
public int hashCode()
Returns a hash code for the key- Overrides:
hashCode
in classWAPrimaryKey
- Returns:
- A hash code for this object
-
-