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?

Sample.Customer

serial class Sample.Customer extends %Library.SerialObject

Property Inventory

Method Inventory

Properties

property Addresses as array of Address (JAVATYPE = "java.util.Map");
Property methods: AddressesBuildValueArray(), AddressesCollectionToDisplay(), AddressesCollectionToOdbc(), AddressesDisplayToCollection(), AddressesGet(), AddressesGetObject(), AddressesGetObjectId(), AddressesGetSwizzled(), AddressesIsValid(), AddressesOdbcToCollection(), AddressesSet(), AddressesSetObject(), AddressesSetObjectId()
property MailingAddresses as list of Address (JAVATYPE = "java.util.List");
Property methods: MailingAddressesBuildValueArray(), MailingAddressesCollectionToDisplay(), MailingAddressesCollectionToOdbc(), MailingAddressesDisplayToCollection(), MailingAddressesGet(), MailingAddressesGetObject(), MailingAddressesGetObjectId(), MailingAddressesGetSwizzled(), MailingAddressesIsValid(), MailingAddressesOdbcToCollection(), MailingAddressesSet(), MailingAddressesSetObject(), MailingAddressesSetObjectId()
property MyAddress as Address;
Property methods: MyAddressGet(), MyAddressGetObject(), MyAddressGetObjectId(), MyAddressGetSwizzled(), MyAddressIsEmpty(), MyAddressIsValid(), MyAddressNewObject(), MyAddressSet(), MyAddressSetObject(), MyAddressSetObjectId(), MyAddressUnSwizzle()
property Name as %String (TRUNCATE = 1);
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Status as %String (TRUNCATE = 1);
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property TS as %TimeStamp;
Property methods: TSDisplayToLogical(), TSGet(), TSIsValid(), TSLogicalToDisplay(), TSNormalize(), TSOdbcToLogical(), TSSet()

Methods

method SetDefault()
classmethod ToString(customer As %IStruct) as %String [ SQLProc = Customer_ToString ]
Projected as the stored procedure: Customer_ToString
classmethod ToStringWrapper(Arg1 As %Binary) as %String [ SQLProc = Customer_ToStringWrapper ]
Projected as the stored procedure: Customer_ToStringWrapper
classmethod writeAddr(ByRef str As %String, addr As Address)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab