|
|||||||||
| Home >> All >> org >> javahispano >> dbmt >> [ fields overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.dbmt.fields
Class FieldSetterFactory

java.lang.Objectorg.javahispano.dbmt.fields.FieldSetterFactory
- class FieldSetterFactory
- extends java.lang.Object
Description of the Class
- Since:
- 22 February 2003
| Nested Class Summary | |
(package private) class |
FieldSetterFactory.DateSetter
Description of the Class |
(package private) class |
FieldSetterFactory.IntegerSetter
Description of the Class |
(package private) class |
FieldSetterFactory.NewDateSetter
Description of the Class |
(package private) class |
FieldSetterFactory.NewIntegerSetter
Description of the Class |
(package private) class |
FieldSetterFactory.NewStringSetter
Description of the Class |
(package private) class |
FieldSetterFactory.StringSetter
Description of the Class |
| Field Summary | |
(package private) FieldSetter |
blobSetter
Description of the Field |
(package private) FieldSetter |
dateSetter
Description of the Field |
(package private) static FieldSetterFactory |
instance
Description of the Field |
(package private) FieldSetter |
integerSetter
Description of the Field |
(package private) FieldSetter |
newBlobSetter
Description of the Field |
(package private) FieldSetter |
newDateSetter
Description of the Field |
(package private) FieldSetter |
newIntegerSetter
Description of the Field |
(package private) FieldSetter |
newStringSetter
Description of the Field |
(package private) FieldSetter |
newTimestampSetter
Description of the Field |
(package private) FieldSetter |
stringSetter
Description of the Field |
(package private) FieldSetter |
timestampSetter
Description of the Field |
| Constructor Summary | |
private |
FieldSetterFactory()
Constructor for the FieldSetterFactory object |
| Method Summary | |
(package private) static FieldSetterFactory |
getInstance()
Gets the instance attribute of the FieldSetterFactory class |
(package private) FieldSetter |
getSetter(java.lang.String type)
Gets the setter attribute of the FieldSetterFactory object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instance
static FieldSetterFactory instance
- Description of the Field
stringSetter
FieldSetter stringSetter
- Description of the Field
integerSetter
FieldSetter integerSetter
- Description of the Field
dateSetter
FieldSetter dateSetter
- Description of the Field
timestampSetter
FieldSetter timestampSetter
- Description of the Field
blobSetter
FieldSetter blobSetter
- Description of the Field
newStringSetter
FieldSetter newStringSetter
- Description of the Field
newDateSetter
FieldSetter newDateSetter
- Description of the Field
newIntegerSetter
FieldSetter newIntegerSetter
- Description of the Field
newTimestampSetter
FieldSetter newTimestampSetter
- Description of the Field
newBlobSetter
FieldSetter newBlobSetter
- Description of the Field
| Constructor Detail |
FieldSetterFactory
private FieldSetterFactory()
- Constructor for the FieldSetterFactory object
| Method Detail |
getInstance
static FieldSetterFactory getInstance()
- Gets the instance attribute of the FieldSetterFactory class
getSetter
FieldSetter getSetter(java.lang.String type)
- Gets the setter attribute of the FieldSetterFactory object
|
|||||||||
| Home >> All >> org >> javahispano >> dbmt >> [ fields overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.javahispano.dbmt.fields.FieldSetterFactory