IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.data
Class ChannelPolicyBasePK

java.lang.Object
  extended by com.ibm.btt.channel.data.ChannelPolicyBasePK
All Implemented Interfaces:
java.io.Serializable

public class ChannelPolicyBasePK
extends java.lang.Object
implements java.io.Serializable

ID entity used as primary key for ChannelPolicyBase. It consist of userID and channelID

See Also:
Serialized Form

Constructor Summary
ChannelPolicyBasePK()
          default constructor
ChannelPolicyBasePK(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

ChannelPolicyBasePK

public ChannelPolicyBasePK()
default constructor


ChannelPolicyBasePK

public ChannelPolicyBasePK(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