com.partnersoft.v3x.apps.Staker.accounting
Class AccountingPicklistItem
java.lang.Object
org.jcon.data.PicklistItem
com.partnersoft.v3x.apps.Staker.accounting.AccountingPicklistItem
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class AccountingPicklistItem
- extends PicklistItem
- implements java.lang.Comparable
A picklist item with knowledge of Accounting goedel numbers or objects.
- See Also:
- Serialized Form
|
Method Summary |
int |
compareTo(java.lang.Object nother)
|
java.lang.Object |
getAccountingCode()
Code used in accounting system for picklist item. |
void |
setAccountingCode(java.lang.Object newAccountingCode)
Code used in accounting system for picklist item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccountingPicklistItem
public AccountingPicklistItem()
AccountingPicklistItem
public AccountingPicklistItem(Picklist picklist,
java.lang.String name,
java.lang.Object accountingCode)
getAccountingCode
public java.lang.Object getAccountingCode()
- Code used in accounting system for picklist item.
setAccountingCode
public void setAccountingCode(java.lang.Object newAccountingCode)
- Code used in accounting system for picklist item.
compareTo
public int compareTo(java.lang.Object nother)
- Specified by:
compareTo in interface java.lang.Comparable