Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.common.accounting.objects
Class GLAccountType  view GLAccountType download GLAccountType.java

java.lang.Object
  extended bycom.obs.common.accounting.objects.GLAccountType
All Implemented Interfaces:
java.io.Serializable

public class GLAccountType
extends java.lang.Object
implements java.io.Serializable


Field Summary
protected  int actType
           
static boolean[] balanceTypes
           
static int CURRENT_ASSET
           
static int CURRENT_LIABILITY
           
static int EQUITY
           
static int EXPENSE
           
static int HIGH_RANGE
           
static int INVENTORY
           
static int LONG_TERM_ASSET
           
static int LONG_TERM_LIABILITY
           
static int LOW_RANGE
           
static java.lang.String[] names
           
static int OTHER_ASSET
           
static int OTHER_LIABILITY
           
static int[] range
           
static int REVENUE
           
 
Constructor Summary
GLAccountType()
           
GLAccountType(int accountType)
           
GLAccountType(java.lang.Integer accountType)
           
GLAccountType(java.lang.String accountType)
           
 
Method Summary
 java.lang.String getAccountTypeName()
           
 boolean getPositiveBalanceType()
           
static java.util.List getRange()
           
static java.util.List getTypeNames()
           
static java.util.List getTypeNames(int currentType)
           
 int intValue()
           
 void setAccountType(int accountType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_ASSET

public static final int CURRENT_ASSET
See Also:
Constant Field Values

INVENTORY

public static final int INVENTORY
See Also:
Constant Field Values

LONG_TERM_ASSET

public static final int LONG_TERM_ASSET
See Also:
Constant Field Values

OTHER_ASSET

public static final int OTHER_ASSET
See Also:
Constant Field Values

CURRENT_LIABILITY

public static final int CURRENT_LIABILITY
See Also:
Constant Field Values

LONG_TERM_LIABILITY

public static final int LONG_TERM_LIABILITY
See Also:
Constant Field Values

OTHER_LIABILITY

public static final int OTHER_LIABILITY
See Also:
Constant Field Values

REVENUE

public static final int REVENUE
See Also:
Constant Field Values

EXPENSE

public static final int EXPENSE
See Also:
Constant Field Values

EQUITY

public static final int EQUITY
See Also:
Constant Field Values

range

public static final int[] range

LOW_RANGE

public static final int LOW_RANGE
See Also:
Constant Field Values

HIGH_RANGE

public static final int HIGH_RANGE
See Also:
Constant Field Values

balanceTypes

public static final boolean[] balanceTypes

names

public static final java.lang.String[] names

actType

protected int actType
Constructor Detail

GLAccountType

public GLAccountType()

GLAccountType

public GLAccountType(int accountType)

GLAccountType

public GLAccountType(java.lang.String accountType)
              throws java.lang.NumberFormatException

GLAccountType

public GLAccountType(java.lang.Integer accountType)
Method Detail

getTypeNames

public static java.util.List getTypeNames()

getTypeNames

public static java.util.List getTypeNames(int currentType)

getRange

public static java.util.List getRange()

setAccountType

public void setAccountType(int accountType)

intValue

public int intValue()

getPositiveBalanceType

public boolean getPositiveBalanceType()

getAccountTypeName

public java.lang.String getAccountTypeName()