Package com.portal.app.cc
Class PReceiverAccountData
java.lang.Object
com.portal.app.cc.PReceiverAccountData
- All Implemented Interfaces:
Cloneable
This is a data strucuture used to maintain data of the receiver account of
the rollover transfer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a clone of this ReceiverAccountData.returns the account number of the receiver accountreturns the end date of the transfer to the receiver accountint
getIndex()
returns the index(position) of the recipient array in the /profile/rollover_transfer obejctreturns the poid of the receiver accountreturns the poid of the receiver account's balance groupreturns the Poid of the receiver servicereturns the start date of the transfer to the receiver accountvoid
setAccountNo
(String acccountNo) sets the account number of the receiver accountvoid
setIndex
(int index) sets the index(position) of the recipient array in the /profile/rollover_transfer obejctvoid
setValiddates
(Date start, Date end) sets the start and end date of the transfer to the receiver account
-
Constructor Details
-
PReceiverAccountData
-
-
Method Details
-
getReceiverAccount
returns the poid of the receiver account- Returns:
-
getReceiverService
returns the Poid of the receiver service- Returns:
-
getReceiverBalanceGroup
returns the poid of the receiver account's balance group- Returns:
-
setValiddates
sets the start and end date of the transfer to the receiver account- Parameters:
start
-end
-
-
setAccountNo
sets the account number of the receiver account- Parameters:
acccountNo
-
-
getAccountNo
returns the account number of the receiver account- Returns:
-
getStartDate
returns the start date of the transfer to the receiver account- Returns:
-
getEndDate
returns the end date of the transfer to the receiver account- Returns:
-
setIndex
public void setIndex(int index) sets the index(position) of the recipient array in the /profile/rollover_transfer obejct- Parameters:
index
-
-
getIndex
public int getIndex()returns the index(position) of the recipient array in the /profile/rollover_transfer obejct- Returns:
-
clone
Returns a clone of this ReceiverAccountData. The copy will contain a reference to a clone of the internal data array, not a reference to the original internal data array of this ReceiverAccountData object.
-