Package com.ipc.oce.varset

Examples of com.ipc.oce.varset.OCAccountType


   * Определяет вид счета. На активном счете будет всегда дебетовый остаток, на пассивном кредитовый, на активно пассивном, если остаток больше нуля, то дебетовый. если меньше, то кредитовый.
   * @return
   * @throws JIException
   */
  public OCAccountType getType() throws JIException{
    return new OCAccountType(get("Type"));
  }
View Full Code Here


   * Определяет вид счета. На активном счете будет всегда дебетовый остаток, на пассивном кредитовый, на активно пассивном, если остаток больше нуля, то дебетовый. если меньше, то кредитовый.
   * @return
   * @throws JIException
   */
  public OCAccountType getType() throws JIException{
    return new OCAccountType(get("Type"));
  }
View Full Code Here

   * Определяет вид счета. На активном счете будет всегда дебетовый остаток, на пассивном кредитовый, на активно пассивном, если остаток больше нуля, то дебетовый. если меньше, то кредитовый.
   * @return
   * @throws JIException
   */
  public OCAccountType getType() throws JIException{
    return new OCAccountType(get("Type"));
  }
View Full Code Here

TOP

Related Classes of com.ipc.oce.varset.OCAccountType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.