public class GeneralLedgerPendingEntrySequenceHelper extends Object
Constructor and Description |
---|
GeneralLedgerPendingEntrySequenceHelper()
Constructs a GeneralLedgerPendingEntrySequenceHelper.java, initializing the counter to 1.
|
GeneralLedgerPendingEntrySequenceHelper(int initialCount)
Constructs a GeneralLedgerPendingEntrySequenceHelper.java, initializing the counter to the given int.
|
Modifier and Type | Method and Description |
---|---|
void |
decrement()
This method decrements the value of the sequenceCounter attribute.
|
int |
getSequenceCounter()
This method retrieves the value of the sequenceCounter attribute.
|
void |
increment()
This method increments the value of the sequenceCounter attribute.
|
public GeneralLedgerPendingEntrySequenceHelper()
public GeneralLedgerPendingEntrySequenceHelper(int initialCount)
public int getSequenceCounter()
public void increment()
public void decrement()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.