Create coverage cost method implementation for line
Before you begin
Procedure
-
In Studio, navigate in to the
gw.lob.line.financialspackage.For Golf Cart, navigate togw.lob.go.financials. -
Right-click the
financialsnode, and then select . In the New Gosu Class dialog box, enter the name of the interface.For Golf Cart, enter GOCovCostMethodsImpl. -
In the new Gosu class, write a constructor for the coverage cost method.
For example, Golf Cart code for the coverage cost method constructor,
gw.lob.go.GOCovCostMethodsImpl:package gw.lob.go.financials class GOCovCostMethodsImpl extends GenericGOCostMethodsImpl<GOCovCost> { construct(owner : GOCovCost) { super( owner ) } ... } - Override property values as necessary.
- At this point, you can verify your work. For instructions, see Verify your work.
