public class SummaryAccount extends Object
| Constructor and Description |
|---|
SummaryAccount()
Constructs a Summary Account
|
SummaryAccount(SourceAccountingLine account) |
| Modifier and Type | Method and Description |
|---|---|
SourceAccountingLine |
getAccount() |
List<PurApSummaryItem> |
getItems() |
void |
setAccount(SourceAccountingLine account) |
void |
setItems(List<PurApSummaryItem> items) |
public SummaryAccount()
public SummaryAccount(SourceAccountingLine account)
public SourceAccountingLine getAccount()
public void setAccount(SourceAccountingLine account)
public List<PurApSummaryItem> getItems()
public void setItems(List<PurApSummaryItem> items)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.