Examples of OCAccountType


Examples of com.ipc.oce.varset.OCAccountType

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

Examples of com.ipc.oce.varset.OCAccountType

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

Examples of com.ipc.oce.varset.OCAccountType

   * Определяет вид счета. На активном счете будет всегда дебетовый остаток, на пассивном кредитовый, на активно пассивном, если остаток больше нуля, то дебетовый. если меньше, то кредитовый.
   * @return
   * @throws JIException
   */
  public OCAccountType getType() throws JIException{
    return new OCAccountType(get("Type"));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.