IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.data
Class ChannelRuntimePK

java.lang.Object
  extended by 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

Constructor Summary
ChannelRuntimePK()
          default constructor
ChannelRuntimePK(java.lang.String userId, java.lang.String channelId)
          full constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getChannelId()
           
 java.lang.String getUserId()
           
 int hashCode()
           
 void setChannelId(java.lang.String channelId)
           
 void setUserId(java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelRuntimePK

public ChannelRuntimePK()
default constructor


ChannelRuntimePK

public ChannelRuntimePK(java.lang.String userId,
                        java.lang.String channelId)
full constructor

Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011