org.kuali.kfs.gl.batch.service.impl
Class OriginEntryOffsetPair
java.lang.Object
org.kuali.kfs.gl.batch.service.impl.OriginEntryOffsetPair
public class OriginEntryOffsetPair
- extends Object
This class represents a pair of origin entries to carry forward encumbrance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OriginEntryOffsetPair
public OriginEntryOffsetPair()
isFatalErrorFlag
public boolean isFatalErrorFlag()
- Returns:
- Returns the fatalErrorFlag.
setFatalErrorFlag
public void setFatalErrorFlag(boolean fatalErrorFlag)
- Parameters:
fatalErrorFlag
- The fatalErrorFlag to set.
getEntry
public OriginEntryFull getEntry()
- Returns:
- Returns the entry.
setEntry
public void setEntry(OriginEntryFull entry)
- Parameters:
entry
- The entry to set.
getOffset
public OriginEntryFull getOffset()
- Returns:
- Returns the offset.
setOffset
public void setOffset(OriginEntryFull offset)
- Parameters:
offset
- The offset to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.