Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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