public method O2GAccountRow.getMaintenanceFlag

Brief

Gets a rollover maintenance flag.

Declaration
Java
boolean  getMaintenanceFlag ()

Details

The returned value defines whether an account is under a rollover maintenance or not.
The possible return values are:

true

The account is under a rollover maintenance.

false

The account is not under a rollover maintenance.

It is applicable only for funds manager accounts (see the AccountKind field of the Accounts table). For all other account kindss, the method returns false.

Declared in O2GAccountRow

back