* Коллекция объектов метаданных, описывающих признаки учета плана счетов.
* @return
* @throws JIException
*/
public OCMetadataAccountingFlagCollection getAccountingFlags() throws JIException{
return new OCMetadataAccountingFlagCollection(get("AccountingFlags"));
}