com.ibm.btt.channel.data
Class ChannelRuntimePK
java.lang.Object
com.ibm.btt.channel.data.ChannelRuntimePK
- All Implemented Interfaces:
- java.io.Serializable
public class ChannelRuntimePK
- extends java.lang.Object
- implements java.io.Serializable
ID entity used as primary key for ChannelRuntime. It consist of userID and channelID.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ChannelRuntimePK
public ChannelRuntimePK()
- default constructor
ChannelRuntimePK
public ChannelRuntimePK(java.lang.String userId,
java.lang.String channelId)
- full constructor
getUserId
public java.lang.String getUserId()
setUserId
public void setUserId(java.lang.String userId)
getChannelId
public java.lang.String getChannelId()
setChannelId
public void setChannelId(java.lang.String channelId)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
(c) Copyright IBM Corporation 1998, 2010