Constructor and Description |
---|
PReceiverAccountData(Poid acPoid,
Poid servPoid,
Poid bgPoid) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this ReceiverAccountData.
|
String |
getAccountNo()
returns the account number of the receiver account
|
Date |
getEndDate()
returns the end date of the transfer to the receiver account
|
int |
getIndex()
returns the index(position) of the recipient array in the /profile/rollover_transfer obejct
|
Poid |
getReceiverAccount()
returns the poid of the receiver account
|
Poid |
getReceiverBalanceGroup()
returns the poid of the receiver account's balance group
|
Poid |
getReceiverService()
returns the Poid of the receiver service
|
Date |
getStartDate()
returns the start date of the transfer to the receiver account
|
void |
setAccountNo(String acccountNo)
sets the account number of the receiver account
|
void |
setIndex(int index)
sets the index(position) of the recipient array in the /profile/rollover_transfer obejct
|
void |
setValiddates(Date start,
Date end)
sets the start and end date of the transfer to the receiver account
|
public Poid getReceiverAccount()
public Poid getReceiverService()
public Poid getReceiverBalanceGroup()
public void setValiddates(Date start, Date end)
start
- end
- public void setAccountNo(String acccountNo)
acccountNo
- public String getAccountNo()
public Date getStartDate()
public Date getEndDate()
public void setIndex(int index)
index
- public int getIndex()
Copyright © 2003, 2023, Oracle and/or its affiliates.