Skip to main content

Demo.RecordMap.Map.FixedWidth.Record

persistent class Demo.RecordMap.Map.FixedWidth.Record extends %Library.Persistent, %XML.Adaptor, Ens.Request, EnsLib.RecordMap.Base

SQL Table Name: Demo_RecordMap_Map_FixedWidth.Record

RECORDMAP: Generated from RecordMap 'Demo.RecordMap.Map.FixedWidth' on 2010-09-30 at 17:42:18.386 [2010-09-30 22:42:18.386 UTC] by user DemoUser

Property Inventory

Parameters

parameter INCLUDETOPFIELDS = 1;
parameter RECORDMAPGENERATED = 1;
Inherited description: Parameter to indicate whether a Record class has been generated by EnsLib.RecordMap.Generator. If users wish to map data to existing classes, or ensure that the Generator does not overwrite their existing class, this parameter should be left as 0. Classes which have the parameter set to 1 are subject to updates by the RecordMap framework.

Properties

property DateOfBirth as %Date (FORMAT = 3);
Property methods: DateOfBirthDisplayToLogical(), DateOfBirthGet(), DateOfBirthGetStored(), DateOfBirthIsValid(), DateOfBirthLogicalToDisplay(), DateOfBirthLogicalToOdbc(), DateOfBirthLogicalToXSD(), DateOfBirthNormalize(), DateOfBirthOdbcToLogical(), DateOfBirthSet(), DateOfBirthXSDToLogical()
property FirstName as %String (MAXLEN = 25);
Property methods: FirstNameDisplayToLogical(), FirstNameGet(), FirstNameGetStored(), FirstNameIsValid(), FirstNameLogicalToDisplay(), FirstNameLogicalToOdbc(), FirstNameNormalize(), FirstNameSet()
Property methods: HomeAddressGet(), HomeAddressGetObject(), HomeAddressGetObjectId(), HomeAddressGetStored(), HomeAddressGetSwizzled(), HomeAddressIsEmpty(), HomeAddressIsValid(), HomeAddressNewObject(), HomeAddressSet(), HomeAddressSetObject(), HomeAddressSetObjectId(), HomeAddressUnSwizzle()
property LastName as %String (MAXLEN = 30);
Property methods: LastNameDisplayToLogical(), LastNameGet(), LastNameGetStored(), LastNameIsValid(), LastNameLogicalToDisplay(), LastNameLogicalToOdbc(), LastNameNormalize(), LastNameSet()
property MiddleInitial as %String (MAXLEN = 25);
Property methods: MiddleInitialDisplayToLogical(), MiddleInitialGet(), MiddleInitialGetStored(), MiddleInitialIsValid(), MiddleInitialLogicalToDisplay(), MiddleInitialLogicalToOdbc(), MiddleInitialNormalize(), MiddleInitialSet()
property PersonID as %String (MAXLEN = 8);
Property methods: PersonIDDisplayToLogical(), PersonIDGet(), PersonIDGetStored(), PersonIDIsValid(), PersonIDLogicalToDisplay(), PersonIDLogicalToOdbc(), PersonIDNormalize(), PersonIDSet()
property SSN as %String (MAXLEN = 11, PATTERN = "3N1""-""2N1""-""4N");
Property methods: SSNDisplayToLogical(), SSNGet(), SSNGetStored(), SSNIsValid(), SSNLogicalToDisplay(), SSNLogicalToOdbc(), SSNNormalize(), SSNSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (PersonIDIdx on PersonID);
Index methods: PersonIDIdxExists()
index (SSNIdx on SSN);
Index methods: SSNIdxExists()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Storage Model: CacheStorage (Demo.RecordMap.Map.FixedWidth.Record)

^Demo.RecordMap.Map7F0B.RecordD(ID)
=
%%CLASSNAME
%Source
FirstName
MiddleInitial
LastName
DateOfBirth
SSN
HomeAddress
PersonID
FeedbackOpens in a new tab