|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.CashOrganizationReversionCategoryLogic
public class CashOrganizationReversionCategoryLogic
The implementation of OrganizationReversionCategoryLogic for cash balances.
OrganizationReversionCategoryLogic
Field Summary | |
---|---|
static String |
CODE
|
static String |
NAME
|
Constructor Summary | |
---|---|
CashOrganizationReversionCategoryLogic()
|
Method Summary | |
---|---|
boolean |
containsObjectCode(ObjectCode oc)
Determines if the given object code is an object code for cash balances |
String |
getCode()
Returns the code for this category, always "CASH" |
String |
getName()
Returns the name of this category, always "Cash" |
boolean |
isExpense()
Returns if this category represents an expense or not; it never does |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String CODE
Constructor Detail |
---|
public CashOrganizationReversionCategoryLogic()
Method Detail |
---|
public boolean containsObjectCode(ObjectCode oc)
containsObjectCode
in interface OrganizationReversionCategoryLogic
oc
- the object code to qualify
OrganizationReversionCategoryLogic.containsObjectCode(org.kuali.kfs.coa.businessobject.ObjectCode)
public String getCode()
getCode
in interface OrganizationReversionCategoryLogic
OrganizationReversionCategoryLogic.getCode()
public String getName()
getName
in interface OrganizationReversionCategoryLogic
OrganizationReversionCategoryLogic.getName()
public boolean isExpense()
isExpense
in interface OrganizationReversionCategoryLogic
OrganizationReversionCategoryLogic.isExpense()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |