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
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- GetStatsDimension()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: CacheStorage (Ens.MessageBody)
^Ens.MessageBodyD(ID) | = | %%CLASSNAME
|
^Ens.MessageBodyD(ID,"Approval") | = | BankName
InterestRate
IsApproved
Destination
|