org.kuali.kfs.module.purap.util
Class SummaryAccount
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryAccount
public SummaryAccount()
- Constructs a Summary Account
SummaryAccount
public SummaryAccount(SourceAccountingLine account)
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.