|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ie.nuigalway.ecrg.jade.jmsmtp.util.BasicFipaDateTime
Field Summary | |
(package private) java.util.Calendar |
cal
|
(package private) short |
day
|
(package private) short |
hour
|
(package private) short |
milliseconds
|
(package private) short |
minutes
|
(package private) short |
month
|
(package private) short |
seconds
|
(package private) char |
typeDesignator
|
(package private) short |
year
|
Constructor Summary | |
BasicFipaDateTime(java.util.Date date)
|
|
BasicFipaDateTime(java.lang.String str)
|
Method Summary | |
void |
fromString(java.lang.String str)
|
short |
getDay()
Get the value of day. |
short |
getHour()
Get the value of hour. |
short |
getMilliseconds()
Get the value of milliseconds. |
short |
getMinutes()
Get the value of minutes. |
short |
getMonth()
Get the value of month. |
short |
getSeconds()
Get the value of seconds. |
java.util.Date |
getTime()
|
char |
getTypeDesignator()
Get the value of typeDesignator. |
short |
getYear()
Get the value of year. |
private java.lang.String |
paddedInt(int size,
int val)
|
void |
setDay(short v)
Set the value of day. |
void |
setHour(short v)
Set the value of hour. |
void |
setMilliseconds(short v)
Set the value of milliseconds. |
void |
setMinutes(short v)
Set the value of minutes. |
void |
setMonth(short v)
Set the value of month. |
void |
setSeconds(short v)
Set the value of seconds. |
void |
setTypeDesignator(char v)
Set the value of typeDesignator. |
void |
setYear(short v)
Set the value of year. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.util.Calendar cal
short year
short month
short day
short hour
short minutes
short seconds
short milliseconds
char typeDesignator
Constructor Detail |
public BasicFipaDateTime(java.util.Date date)
public BasicFipaDateTime(java.lang.String str)
Method Detail |
public short getYear()
public void setYear(short v)
v
- Value to assign to year.public short getMonth()
public void setMonth(short v)
v
- Value to assign to month.public short getDay()
public void setDay(short v)
v
- Value to assign to day.public short getHour()
public void setHour(short v)
v
- Value to assign to hour.public short getMinutes()
public void setMinutes(short v)
v
- Value to assign to minutes.public short getSeconds()
public void setSeconds(short v)
v
- Value to assign to seconds.public short getMilliseconds()
public void setMilliseconds(short v)
v
- Value to assign to milliseconds.public char getTypeDesignator()
public void setTypeDesignator(char v)
v
- Value to assign to typeDesignator.public void fromString(java.lang.String str)
private java.lang.String paddedInt(int size, int val)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Date getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |