|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Date
com.rational.test.ft.value.DateWrapper
public class DateWrapper
Overlaps the Date properties so that a more interesting toString method can be provided
for Date properties. This allows the Date to be compared to a RegularExpression
in an interesting way.
| Constructor Summary | |
|---|---|
DateWrapper()
|
|
DateWrapper(int year,
int month,
int date)
|
|
DateWrapper(int year,
int month,
int date,
int hrs,
int min)
|
|
DateWrapper(int year,
int month,
int date,
int hrs,
int min,
int sec)
|
|
DateWrapper(long date)
|
|
DateWrapper(java.lang.String s)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object right)
Overrides the default equals method so that Date properties can be compared
in an interesting way. |
java.lang.String |
toString()
Overrides the default toString method so that Date properties can be compared
in a RegularExpression in an interesting way. |
| Methods inherited from class java.util.Date |
|---|
after, before, clone, compareTo, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DateWrapper()
public DateWrapper(long date)
public DateWrapper(int year,
int month,
int date)
public DateWrapper(int year,
int month,
int date,
int hrs,
int min)
public DateWrapper(int year,
int month,
int date,
int hrs,
int min,
int sec)
public DateWrapper(java.lang.String s)
| Method Detail |
|---|
public java.lang.String toString()
toString method so that Date properties can be compared
in a RegularExpression in an interesting way.
toString in class java.util.Datepublic boolean equals(java.lang.Object right)
equals method so that Date properties can be compared
in an interesting way.
equals in class java.util.Date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||