Class PReceiverAccountData

java.lang.Object
com.portal.app.cc.PReceiverAccountData
All Implemented Interfaces:
Cloneable

public class PReceiverAccountData extends Object implements Cloneable
This is a data strucuture used to maintain data of the receiver account of the rollover transfer.
  • Constructor Details

    • PReceiverAccountData

      public PReceiverAccountData(Poid acPoid, Poid servPoid, Poid bgPoid)
  • Method Details

    • getReceiverAccount

      public Poid getReceiverAccount()
      returns the poid of the receiver account
      Returns:
    • getReceiverService

      public Poid getReceiverService()
      returns the Poid of the receiver service
      Returns:
    • getReceiverBalanceGroup

      public Poid getReceiverBalanceGroup()
      returns the poid of the receiver account's balance group
      Returns:
    • setValiddates

      public void setValiddates(Date start, Date end)
      sets the start and end date of the transfer to the receiver account
      Parameters:
      start -
      end -
    • setAccountNo

      public void setAccountNo(String acccountNo)
      sets the account number of the receiver account
      Parameters:
      acccountNo -
    • getAccountNo

      public String getAccountNo()
      returns the account number of the receiver account
      Returns:
    • getStartDate

      public Date getStartDate()
      returns the start date of the transfer to the receiver account
      Returns:
    • getEndDate

      public Date 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

      public Object 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.
      Overrides:
      clone in class Object
      Returns:
      a clone of this vector.