Interface ExtensionRatedQuantity
public interface ExtensionRatedQuantity
Expose total rated, unrated and original quantities and related attributes.
- Since:
- 11.6.0.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the net original quantity without any rounding/increment adjustment for the associated rumGets the net rated quantity for the associated rumGets the net unrated quantity for the associated rumMethod returns the name of the RUM used to produce this RatingPeriod.boolean
Returns true if the ExtensionRatedQuantity marked as deleteboolean
Returns true if the ExtensionRatedQuantity marked as Initial statevoid
Marks the Extension RatedQuantity for deletion
-
Method Details
-
getRumName
String getRumName()Method returns the name of the RUM used to produce this RatingPeriod.- Returns:
- name of the RUM used to produce this extension ratingPeriod.
-
getNetRatedQuantity
UnitValue getNetRatedQuantity()Gets the net rated quantity for the associated rum- Returns:
- gets the net rated quantity
-
getNetUnRatedQuantity
UnitValue getNetUnRatedQuantity()Gets the net unrated quantity for the associated rum- Returns:
- gets the net unrated quantity
-
getNetOriginalQuantity
UnitValue getNetOriginalQuantity()Gets the net original quantity without any rounding/increment adjustment for the associated rum- Returns:
- gets the net original rated quantity
-
isDeletedExtRatedQuantity
boolean isDeletedExtRatedQuantity()Returns true if the ExtensionRatedQuantity marked as delete- Returns:
- {true} if it is a deleted ExtensionRatedQuantity
-
isInitialExtRatedQuantity
boolean isInitialExtRatedQuantity()Returns true if the ExtensionRatedQuantity marked as Initial state- Returns:
- {true} if it is a Initial state of ExtensionRatedQuantity
-
markForDeletion
void markForDeletion()Marks the Extension RatedQuantity for deletion
-