public interface ExtensionRatedQuantity
Modifier and Type | Interface and Description |
---|---|
static class |
ExtensionRatedQuantity.State |
Modifier and Type | Method and Description |
---|---|
UnitValue |
getNetOriginalQuantity()
Gets the net original quantity without any rounding/increment adjustment for the associated rum
|
UnitValue |
getNetRatedQuantity()
Gets the net rated quantity for the associated rum
|
UnitValue |
getNetUnRatedQuantity()
Gets the net unrated quantity for the associated rum
|
java.lang.String |
getRumName()
Method returns the name of the RUM used to produce this RatingPeriod.
|
boolean |
isDeletedExtRatedQuantity()
Returns true if the ExtensionRatedQuantity marked as delete
|
boolean |
isInitialExtRatedQuantity()
Returns true if the ExtensionRatedQuantity marked as Initial state
|
void |
markForDeletion()
Marks the Extension RatedQuantity for deletion
|
java.lang.String getRumName()
UnitValue getNetRatedQuantity()
UnitValue getNetUnRatedQuantity()
UnitValue getNetOriginalQuantity()
boolean isDeletedExtRatedQuantity()
boolean isInitialExtRatedQuantity()
void markForDeletion()