|
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.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.WeekDay
public class WeekDay
Adds definition to WeekDay
.
WeekDay
represents the date as an integer value in MM, DD, YYYY format.
Constructor Summary | |
---|---|
WeekDay(int mm, int dd, int yyyy)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares Date values. |
int |
GetMonth()
Accesses the Month value. |
int |
GetWeekDay()
Accesses the Day value. |
int |
GetYear()
Accesses the Year value. |
java.lang.String |
ToString()
Sets toString to the value that this class represents. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeekDay(int mm, int dd, int yyyy)
Method Detail |
---|
public int GetMonth()
Month
value.
public int GetWeekDay()
Day
value.
public int GetYear()
Year
value.
public boolean equals(java.lang.Object obj)
Date
values.
equals
in class java.lang.Object
public java.lang.String ToString()
toString
to the value that this class represents.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |