Procedure
-
In Studio, navigate in to the
gw.lob.line.financials package.
For Golf Cart, navigate to gw.lob.go.financials.
-
Right-click the
financials node, and then select . In the New Gosu Class dialog box, enter the name of the interface.
For Golf Cart, enter GOCostMethods.
-
In
GOCostMethods, change class to structure.
-
Add code for the line level interface.
For Golf Cart, add the following code for the interface for
GOCostMethods:
package gw.lob.ho.financials
interface GOCostMethods {
property get Coverage() : Coverage
property get State() : Jurisdiction
}