|
|||||||||
| Home >> All >> com >> obs >> common >> accounting >> [ objects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obs.common.accounting.objects
Class JournalLineType

java.lang.Objectcom.obs.common.accounting.objects.JournalLineType
- All Implemented Interfaces:
- java.io.Serializable
- public class JournalLineType
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
I am not sure if this Class is all that neccesary But it is better for cohesion
| Field Summary | |
static boolean |
CREDIT
|
static boolean |
DEBIT
|
protected boolean |
jLineType
|
| Constructor Summary | |
JournalLineType()
|
|
JournalLineType(boolean lineType)
|
|
JournalLineType(java.lang.Boolean bool)
|
|
JournalLineType(java.lang.String boolValue)
|
|
| Method Summary | |
boolean |
booleanValue()
|
boolean |
equals(boolean lineType)
|
boolean |
equals(JournalLineType lineType)
|
java.util.Map |
getJournalLineTypes()
|
java.lang.String |
getLineTypeName()
|
boolean |
isCredit()
|
boolean |
isDebit()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEBIT
public static boolean DEBIT
CREDIT
public static boolean CREDIT
jLineType
protected boolean jLineType
| Constructor Detail |
JournalLineType
public JournalLineType()
JournalLineType
public JournalLineType(boolean lineType)
JournalLineType
public JournalLineType(java.lang.Boolean bool)
JournalLineType
public JournalLineType(java.lang.String boolValue)
| Method Detail |
booleanValue
public boolean booleanValue()
getLineTypeName
public java.lang.String getLineTypeName()
getJournalLineTypes
public java.util.Map getJournalLineTypes()
isDebit
public boolean isDebit()
isCredit
public boolean isCredit()
equals
public boolean equals(JournalLineType lineType)
equals
public boolean equals(boolean lineType)
|
|||||||||
| Home >> All >> com >> obs >> common >> accounting >> [ objects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.obs.common.accounting.objects.JournalLineType