public interface AssignmentColumnContract
AssignmentColumnContract interface
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
The amount associated with the AssignmentColumn
|
String |
getCssClass()
The cssClass associated with the AssignmentColumn
|
BigDecimal |
getTotal()
The total associated with the AssignmentColumn
|
boolean |
isWeeklyTotal()
The weeklyTotal flag of the AssignmentColumn
|
String getCssClass()
cssClass for an AssignmentColumn
BigDecimal getAmount()
amount for an AssignmentColumn
BigDecimal getTotal()
total for an AssignmentColumn
boolean isWeeklyTotal()
weeklyTotal flag of an AssignmentColumn
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.