Package planetj.database.field

Interface Summary
IBooleanField Insert the type's description here.
ICurrentValueField Subclasses of Field that set a dynamic value for both insert & update should implement this method as a marker.
IFieldIncrementor Insert the type's description here.
IUsageId Classes that implement this interface, will conform to use a common unique usage id specified below.
 

Class Summary
AbstractBooleanField  
Address1Field  
Address2Field  
BigDecimalField  
BigDecimalNonNegativeField Same as a BigDecimalField except cannot hold a negative value and be valid.
BigIntegerField  
BlankDisplayField A Field which is always displayed as blank, and whose value is null.
BlobField  
CellNumberField Represents a CellNumber.
CityField  
CreditCardExpirationMonthField Represents a Credit Card Expiration Month Creation date: (7/1/2002 11:19:44 PM)
CreditCardExpirationYearField Represents a Credit Card Expiration Year Creation date: (7/1/2002 11:19:44 PM)
CreditCardNumberField Represents a Credit Card Number Creation date: (7/1/2002 11:02:23 PM)
CreditCardTypeField Represents a Credit Card Type Examples: American Express, Discover, Visa, Master Card Creation date: (7/1/2002 11:03:55 PM)
CybraFormatField  
DataEngineServletClassName Insert the type's description here.
DataLinkField  
DateField  
EmailField Creation date: (1/29/2002 4:58:09 PM)
FaxNumberField Represents a FaxNumber.
FDLibraryNameField Used to display a library name in FD Manager
FDNameField Insert the type's description here.
FieldClassName Insert the type's description here.
FieldIncrementor Used to obtain the "next value" of fields for which the auto-increment value is true
FieldSet A FieldSet is a group of fields which have been grouped together for display purposes
FieldSetCollection Contains any number of related FieldSet objects.
FirstNameField !!DA (7/21/2003 11:53:32 AM)
FlatFileReferenceField Insert the type's description here.
FormatterClassName Insert the type's description here.
GenderField This field will represent a sex or gender.
ImageURLReferenceField This Field acts as a wrapper for a reference to an image.
JavaClassNameField A field which holds the name of a Java class
JSPFileNameField A field which holds the name of a JSP file
LastNameField !!DA (7/21/2003 11:56:20 AM)
LastUpdateTimestampField TimestampField that sets a new timestamp value when being inserted & updated.
LogicalField Represents a field which cannot exist in the database.
LowerCaseStringField A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM)
NumberField  
NumericCurrencyField Represents numeric currency values only.
OneToManyAssociationField Represents a one-to-many association.
OneToOneAssociationField Represents a one-to-one association.
OperationClassName  
PasswordField Creation date: (1/29/2002 4:58:01 PM)
PhoneNumberAreaCodeField Represents a PhoneNumberAreaCode.
PhoneNumberField Represents a PhoneNumber.
PossibleValueGetterClassName Insert the type's description here.
RegistrationModeField  
RowClassName  
RowCollectionClassName Insert the type's description here.
SocialSecurityNumberField Represents a Social Security Number.
SQLAssociationField Represents an association between two SQL tables
SQLOperationField A Field whose data is the result of an SQLOperation.
StateField  
StringField  
StringOrNumberField  
TableField A field which contains a table
TempField Insert the type's description here.
TFBooleanField This Field class should be used in a case where a Field's value is either T or F in the database.
TimeField  
TimestampField  
TrackingNumberField This class is used to denote its value contains a tracking number for some shipping carrier.
UpperCaseStringField A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM)
URLReferenceField Wraps a field that is a url reference.
UserIdField This field has been enhanced to get the current user from its context.
YBlankBooleanField Insert the type's description here.
YearField  
YNBooleanField Insert the type's description here.
ZipCodeField Represents a Zip Code Creation date: (5/10/2002 9:15:08 PM)
ZipCodeSuffixField Represents a Zip Code Suffix Creation date: (5/13/2002 5:39:54 PM)