Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENDemo.Data.Address

serial class ZENDemo.Data.Address extends %Library.SerialObject, %Library.Populate

Sample data for Zen sample pages.

Property Inventory

Properties

property City as %String (MAXLEN = 100);
Property methods: CityDisplayToLogical(), CityGet(), CityIsValid(), CityLogicalToDisplay(), CityLogicalToOdbc(), CityNormalize(), CitySet()
property State as %String (MAXLEN = 2);
Property methods: StateDisplayToLogical(), StateGet(), StateIsValid(), StateLogicalToDisplay(), StateLogicalToOdbc(), StateNormalize(), StateSet()
property Street as %String (MAXLEN = 100);
Property methods: StreetDisplayToLogical(), StreetGet(), StreetIsValid(), StreetLogicalToDisplay(), StreetLogicalToOdbc(), StreetNormalize(), StreetSet()
property ZIP as %String (MAXLEN = 12, POPSPEC = "USZip()");
Property methods: ZIPDisplayToLogical(), ZIPGet(), ZIPIsValid(), ZIPLogicalToDisplay(), ZIPLogicalToOdbc(), ZIPNormalize(), ZIPSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab