java.lang.Object
com.obs.common.accounting.objects.GLAccountType
- All Implemented Interfaces:
- java.io.Serializable
- public class GLAccountType
- extends java.lang.Object
- implements java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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()