| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--planetj.database.Row
        |
        +--planetj.database.fielddescriptors.FieldDescriptorRow
              |
              +--planetj.database.fielddescriptors.AbstractDerivedFieldDescriptor
                    |
                    +--planetj.database.fielddescriptors.DerivedDate
Converts fields that in centry, year, month, and day individual fields into a java.sql.Date wrapped in a Field Creation date: (2/7/2002 11:48:19 AM)
| Nested Class Summary | 
| Nested classes inherited from class planetj.database.Row | 
Row.SpacingRow | 
| Field Summary | 
| Fields inherited from class planetj.database.Row | 
className, COPY, DELETE, INSERT, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, READ, UPDATE | 
| Fields inherited from interface planetj.dataengine.security.IGuarded | 
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED | 
| Constructor Summary | |
DerivedDate()
 | 
|
| Method Summary | |
 String | 
getCenturyFieldName()
Insert the method's description here.  | 
 String | 
getDayFieldName()
Insert the method's description here.  | 
 Field | 
getDerivedField(Row pRow)
Return a Field appropriate for the Derivation such as concat, substract, etc.  | 
 String | 
getMonthFieldName()
Insert the method's description here.  | 
 String | 
getYearFieldName()
Insert the method's description here.  | 
 void | 
setCenturyFieldName(String newMCenturyFieldName)
Insert the method's description here.  | 
 void | 
setDayFieldName(String newMDayFieldName)
Insert the method's description here.  | 
 void | 
setMonthFieldName(String newMonth)
Insert the method's description here.  | 
 void | 
setYearFieldName(String newMYearFieldName)
Insert the method's description here.  | 
| Methods inherited from class planetj.database.fielddescriptors.AbstractDerivedFieldDescriptor | 
getOperatingFieldNames, isFieldDescriptorDerived, setOperatingFieldNames | 
| Methods inherited from class java.lang.Object | 
getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public DerivedDate()
| Method Detail | 
public String getCenturyFieldName()
public String getDayFieldName()
public Field getDerivedField(Row pRow)
getDerivedField in class AbstractDerivedFieldDescriptorpublic String getMonthFieldName()
public String getYearFieldName()
public void setCenturyFieldName(String newMCenturyFieldName)
newMCenturyFieldName - java.lang.Stringpublic void setDayFieldName(String newMDayFieldName)
newMDayFieldName - java.lang.Stringpublic void setMonthFieldName(String newMonth)
public void setYearFieldName(String newMYearFieldName)
newMYearFieldName - java.lang.String
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||