IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class Week

java.lang.Object   extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.Week

public class Week
extends Subitem

Adds definition to Week. Week represents the date as an integer value in MM, WW, YYYY format.

Since:
RFT2.0

Constructor Summary
Week(int ww, int mm, int yyyy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares Date values.
 int GetMonth()
          Accesses the Month value.
 int GetWeek()
          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

Week

public Week(int ww,             int mm,             int yyyy)
Method Detail

GetMonth

public int GetMonth()
Accesses the Month value.

Since:
RFT1.1

GetWeek

public int GetWeek()
Accesses the Day value.

Since:
RFT1.1

GetYear

public int GetYear()
Accesses the Year value.

Since:
RFT1.1

equals

public boolean equals(java.lang.Object obj)
Compares Date values.

Overrides:
equals in class java.lang.Object
Since:
RFT1.1

ToString

public java.lang.String ToString()
Sets toString to the value that this class represents.

Since:
RFT1.1