org.kuali.kfs.module.purap.util
Class SummaryAccount

java.lang.Object
  extended by org.kuali.kfs.module.purap.util.SummaryAccount

public class SummaryAccount
extends Object

Summary Account. This is a special class used to display summary information i.e. what items are associated with this account.


Constructor Summary
SummaryAccount()
          Constructs a Summary Account
SummaryAccount(SourceAccountingLine account)
           
 
Method Summary
 SourceAccountingLine getAccount()
           
 List<PurApSummaryItem> getItems()
           
 void setAccount(SourceAccountingLine account)
           
 void setItems(List<PurApSummaryItem> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryAccount

public SummaryAccount()
Constructs a Summary Account


SummaryAccount

public SummaryAccount(SourceAccountingLine account)
Method Detail

getAccount

public SourceAccountingLine getAccount()

setAccount

public void setAccount(SourceAccountingLine account)

getItems

public List<PurApSummaryItem> getItems()

setItems

public void setItems(List<PurApSummaryItem> items)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.