public interface OrganizationReversionCategoryLogic
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsObjectCode(ObjectCode oc)Given an object code, determins if balances with the object code should be added to the bucket
 for this category or not | 
| String | getCode()Returns the code of the organization reversion category this logic is associated with | 
| String | getName()Returns the name of the organization reversion category this logic is associated with? | 
| boolean | isExpense()Does this category represent an expense? | 
boolean containsObjectCode(ObjectCode oc)
oc - the object code of a balanceString getCode()
String getName()
boolean isExpense()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.