Skip to main content

Demo.Loan.Msg.Approval

persistent class Demo.Loan.Msg.Approval extends Ens.Response

SQL Table Name: Demo_Loan_Msg.Approval

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = EnsDemo;
Inherited description: Override DOMAIN inherited from %CSP.Util.AutoForm

Properties

property BankName as %String;
Property methods: BankNameDisplayToLogical(), BankNameGet(), BankNameGetStored(), BankNameIsValid(), BankNameLogicalToDisplay(), BankNameLogicalToOdbc(), BankNameNormalize(), BankNameSet()
property InterestRate as %Numeric;
Property methods: InterestRateDisplayToLogical(), InterestRateGet(), InterestRateGetStored(), InterestRateIsValid(), InterestRateLogicalToDisplay(), InterestRateNormalize(), InterestRateSet(), InterestRateXSDToLogical()
property IsApproved as %Boolean [ InitialExpression = 0 ];
Property methods: IsApprovedDisplayToLogical(), IsApprovedGet(), IsApprovedGetStored(), IsApprovedIsValid(), IsApprovedLogicalToDisplay(), IsApprovedLogicalToXSD(), IsApprovedNormalize(), IsApprovedSet(), IsApprovedXSDToLogical()

Methods

method GetText() as %String

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: CacheStorage (Demo.Loan.Msg.Approval)

^Ens.MessageBodyD(ID,"Approval")
=
BankName
InterestRate
IsApproved
Destination
FeedbackOpens in a new tab