| Home >> All >> nectar >> record >> [ datatypes Javadoc ] |
nectar.record.datatypes: Javadoc index of package nectar.record.datatypes.
Package Samples:
nectar.record.datatypes: The Record Classes, data models for the Nectar System.
Classes:
RecordDataElement: The top-level class for all record data elements. Record Classes store their property values in the classes that inherit from this abstract class. The RecordDataElement classes offer an input validation method, convert the Object received from the DataAdapter into their base type and convert this type back into a DataAdapter readable String value. Each implementing class must also implement a public * getDataValue(); method, which returns a copy of the value in an approriate object type. RecordInteger has, for example: public Integer getDataValue() { if (value == null) { return null; } else { return ...
IRecordDataElement
RecordAuthlevelEnum
RecordAvailabilityEnum
RecordBoolean
RecordCountryEnum
RecordCreditCardTypeEnum
RecordCurrencyEnum
RecordDate
RecordDecimal
RecordEmail
RecordForumPermissionEnum
RecordImageFormatEnum
RecordInteger
RecordIntegerString
RecordLanguageEnum
RecordPaymentTypeEnum
RecordPersonPrefContactMeEnum
RecordPhone
RecordProcessingStatusEnum
RecordStatusEnum
RecordString
RecordSupportStatusEnum
RecordTypeEnum
RecordUnitEnum
| Home | Contact Us | Privacy Policy | Terms of Service |