|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
com.ds.fw.types.data.FwDateIF |
_getDate()
PRIVATE |
com.ds.fw.types.data.FwTimeIF |
_getTime()
PRIVATE |
void |
addHours(int n)
|
void |
addMilliseconds(int n)
|
void |
addMinutes(int n)
|
void |
addSeconds(int n)
|
void |
beNow()
Sets the date and the time to the current |
void |
changeTimeZone(java.lang.String oldId,
java.lang.String newId)
|
com.ds.fw.types.data.FwDateIF |
getDate()
|
int |
getDay()
Gets the day |
int |
getHour()
Gets the hours |
java.util.Date |
getJavaDate()
|
java.util.Date |
getJavaDateWithoutMilliseconds()
|
int |
getMillisecond()
Gets the milliseconds |
int |
getMinute()
Gets the minutes |
int |
getMonth()
Gets the month |
int |
getSecond()
Gets the seconds |
com.ds.fw.types.data.FwTimeIF |
getTime()
|
int |
getYear()
Gets the year |
boolean |
isAfter(com.ds.fw.types.data.FwTimestampIF ts)
|
boolean |
isBefore(com.ds.fw.types.data.FwTimestampIF ts)
|
void |
setDay(int i)
Sets the day |
void |
setHour(int i)
Sets the hours |
void |
setJavaDate(java.util.Date d)
|
void |
setMillisecond(int i)
Sets the milliseconds |
void |
setMinute(int i)
Sets the minutes |
void |
setMonth(int i)
Sets the month |
void |
setSecond(int i)
Sets the seconds |
void |
setYear(int i)
Sets the year |
long |
subtract(com.ds.fw.types.data.FwTimestampIF ts)
|
| Methods inherited from interface com.ds.fw.types.FwSimpleObjectIF |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, toString, toStringValue |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public int getDay()
public void setDay(int i)
public int getMonth()
public void setMonth(int i)
public int getYear()
public void setYear(int i)
public int getHour()
public void setHour(int i)
public int getMinute()
public void setMinute(int i)
public int getSecond()
public void setSecond(int i)
public int getMillisecond()
public void setMillisecond(int i)
public void beNow()
public java.util.Date getJavaDate()
public java.util.Date getJavaDateWithoutMilliseconds()
public void setJavaDate(java.util.Date d)
public void changeTimeZone(java.lang.String oldId,
java.lang.String newId)
public com.ds.fw.types.data.FwDateIF getDate()
public com.ds.fw.types.data.FwTimeIF getTime()
public boolean isBefore(com.ds.fw.types.data.FwTimestampIF ts)
public boolean isAfter(com.ds.fw.types.data.FwTimestampIF ts)
public void addMilliseconds(int n)
public void addSeconds(int n)
public void addMinutes(int n)
public void addHours(int n)
public long subtract(com.ds.fw.types.data.FwTimestampIF ts)
public com.ds.fw.types.data.FwDateIF _getDate()
public com.ds.fw.types.data.FwTimeIF _getTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||