org.kuali.kfs.gl.batch.service.impl
Class OriginEntryOffsetPair

java.lang.Object
  extended by 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.


Constructor Summary
OriginEntryOffsetPair()
           
 
Method Summary
 OriginEntryFull getEntry()
           
 OriginEntryFull getOffset()
           
 boolean isFatalErrorFlag()
           
 void setEntry(OriginEntryFull entry)
           
 void setFatalErrorFlag(boolean fatalErrorFlag)
           
 void setOffset(OriginEntryFull offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginEntryOffsetPair

public OriginEntryOffsetPair()
Method Detail

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.