IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.data
Class RegisteredAccounts

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

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

The account number registered for a channel when a user sign to open a channel.

See Also:
Serialized Form

Constructor Summary
RegisteredAccounts()
          default constructor
RegisteredAccounts(RegisteredAccountsPK id)
          minimal constructor
RegisteredAccounts(RegisteredAccountsPK id, java.lang.String accountAlias)
          full constructor
 
Method Summary
 java.lang.String getAccountAlias()
          Account alias for a registered account number.
 RegisteredAccountsPK getId()
          get ID of the entity.
 void setAccountAlias(java.lang.String accountAlias)
           
 void setId(RegisteredAccountsPK id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredAccounts

public RegisteredAccounts()
default constructor


RegisteredAccounts

public RegisteredAccounts(RegisteredAccountsPK id)
minimal constructor


RegisteredAccounts

public RegisteredAccounts(RegisteredAccountsPK id,
                          java.lang.String accountAlias)
full constructor

Method Detail

getId

public RegisteredAccountsPK getId()
get ID of the entity.


setId

public void setId(RegisteredAccountsPK id)
Parameters:
id -
See Also:
getId()

getAccountAlias

public java.lang.String getAccountAlias()
Account alias for a registered account number.

Returns:

setAccountAlias

public void setAccountAlias(java.lang.String accountAlias)
Parameters:
accountAlias -
See Also:
getAccountAlias()

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010