|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.util.WAPrimaryKey
com.stratelia.webactiv.almanach.model.EventPK
public class EventPK
It's the Event PrimaryKey object It identify a Event
Field Summary | |
---|---|
protected static String |
TABLE_NAME
|
Fields inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
---|
componentName, id, space |
Constructor Summary | |
---|---|
EventPK(String id)
Constructor which set only the id |
|
EventPK(String id,
String space,
String componentName)
Constructor which set the id The WAPrimaryKey provides space and component name |
|
EventPK(String id,
com.stratelia.webactiv.util.WAPrimaryKey pk)
Constructor which set the id The WAPrimaryKey provides space and component name |
Method Summary | |
---|---|
boolean |
equals(Object other)
Check if an another object is equal to this object |
String |
getRootTableName()
Return the object root table name |
String |
getTableName()
Return the object table name |
int |
hashCode()
Returns a hash code for the key |
Methods inherited from class com.stratelia.webactiv.util.WAPrimaryKey |
---|
clone, getComponentName, getId, getInstanceId, getSpace, getSpaceId, getTableName, setComponentName, setId, setSpace, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final String TABLE_NAME
Constructor Detail |
---|
public EventPK(String id)
public EventPK(String id, String space, String componentName)
public EventPK(String id, com.stratelia.webactiv.util.WAPrimaryKey pk)
Method Detail |
---|
public String getRootTableName()
getRootTableName
in class com.stratelia.webactiv.util.WAPrimaryKey
public String getTableName()
getTableName
in class com.stratelia.webactiv.util.WAPrimaryKey
public boolean equals(Object other)
equals
in class com.stratelia.webactiv.util.WAPrimaryKey
other
- the object to compare to this NodePK
public int hashCode()
hashCode
in class com.stratelia.webactiv.util.WAPrimaryKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |