it.eng.spago.dbaccess
Class EngDateFormatter

java.lang.Object
  extended byit.eng.spago.dbaccess.EngDateFormatter

public class EngDateFormatter
extends java.lang.Object


Constructor Summary
EngDateFormatter(java.lang.String format)
           
 
Method Summary
 void format(java.lang.String value)
           
 int get_dayNumberOfDigit()
           
 int get_dayPositionInMessageFormat()
           
 int get_hourNumberOfDigit()
           
 int get_hourPositionInMessageFormat()
           
 int get_minutesNumberOfDigit()
           
 int get_minutesPositionInMessageFormat()
           
 int get_monthNumberOfDigit()
           
 int get_monthPositionInMessageFormat()
           
 int get_secondsNumberOfDigit()
           
 int get_secondsPositionInMessageFormat()
           
 int get_yearNumberOfDigit()
           
 int get_yearPositionInMessageFormat()
           
 int getDay()
           
 int getHours()
           
 java.text.MessageFormat getMessageFormat()
           
 int getMessageFormatNumberOfParameters()
           
 int getMinutes()
           
 int getMonth()
           
 int getSeconds()
           
 int getYear()
           
 void set_dayPositionInMessageFormat(int new_dayPositionInMessageFormat)
           
 void set_hourPositionInMessageFormat(int new_hourPositionInMessageFormat)
           
 void set_minutesPositionInMessageFormat(int new_minutesPositionInMessageFormat)
           
 void set_monthPositionInMessageFormat(int new_monthPositionInMessageFormat)
           
 void set_secondsPositionInMessageFormat(int new_secondsPositionInMessageFormat)
           
 void set_yearPositionInMessageFormat(int new_yearPositionInMessageFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngDateFormatter

public EngDateFormatter(java.lang.String format)
                 throws java.text.ParseException
Method Detail

format

public void format(java.lang.String value)
            throws java.text.ParseException
Throws:
java.text.ParseException

getMessageFormat

public java.text.MessageFormat getMessageFormat()

getMessageFormatNumberOfParameters

public int getMessageFormatNumberOfParameters()

getDay

public int getDay()

getMonth

public int getMonth()

getYear

public int getYear()

getHours

public int getHours()

getMinutes

public int getMinutes()

getSeconds

public int getSeconds()

get_dayPositionInMessageFormat

public int get_dayPositionInMessageFormat()

set_dayPositionInMessageFormat

public void set_dayPositionInMessageFormat(int new_dayPositionInMessageFormat)

get_hourPositionInMessageFormat

public int get_hourPositionInMessageFormat()

set_hourPositionInMessageFormat

public void set_hourPositionInMessageFormat(int new_hourPositionInMessageFormat)

get_minutesPositionInMessageFormat

public int get_minutesPositionInMessageFormat()

set_minutesPositionInMessageFormat

public void set_minutesPositionInMessageFormat(int new_minutesPositionInMessageFormat)

get_monthPositionInMessageFormat

public int get_monthPositionInMessageFormat()

set_monthPositionInMessageFormat

public void set_monthPositionInMessageFormat(int new_monthPositionInMessageFormat)

get_secondsPositionInMessageFormat

public int get_secondsPositionInMessageFormat()

set_secondsPositionInMessageFormat

public void set_secondsPositionInMessageFormat(int new_secondsPositionInMessageFormat)

get_yearPositionInMessageFormat

public int get_yearPositionInMessageFormat()

set_yearPositionInMessageFormat

public void set_yearPositionInMessageFormat(int new_yearPositionInMessageFormat)

get_dayNumberOfDigit

public int get_dayNumberOfDigit()

get_hourNumberOfDigit

public int get_hourNumberOfDigit()

get_minutesNumberOfDigit

public int get_minutesNumberOfDigit()

get_monthNumberOfDigit

public int get_monthNumberOfDigit()

get_secondsNumberOfDigit

public int get_secondsNumberOfDigit()

get_yearNumberOfDigit

public int get_yearNumberOfDigit()