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

Quick Search    Search Deep

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

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

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

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)