com.ibm.dse.services.jxfs.msd
Class MSDReadData

java.lang.Object
  |
  +--com.ibm.dse.services.jxfs.msd.MSDReadData

public class MSDReadData
extends java.lang.Object

This class implements an object with information about tracks read


Constructor Summary
MSDReadData()
          This constructor creates a MSDReadData object
MSDReadData(MSDTracks tracks, int rTrack1, int rTrack2, int rTrack3)
          This constructor creates a MSDReadData object.
 
Method Summary
 int getResultReadTrack1()
          Returns the value of the resultReadTrack1 property.
 int getResultReadTrack2()
          Returns the value of the resultReadTrack2 property.
 int getResultReadTrack3()
          Returns the value of the resultReadTrack3 property.
 MSDTracks getTracksRead()
          Returns the value of the TracksRead property.
 void setResultReadTrack1(int result)
          Sets the value of the resultReadTrack1 property.
 void setResultReadTrack2(int result)
          Sets the value of the resultReadTrack2 property.
 void setResultReadTrack3(int result)
          Sets the value of the resultReadTrack3 property.
 void setTracksRead(MSDTracks tracks)
          Sets the value of the tracksRead property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSDReadData

public MSDReadData()
This constructor creates a MSDReadData object

MSDReadData

public MSDReadData(MSDTracks tracks,
                   int rTrack1,
                   int rTrack2,
                   int rTrack3)
This constructor creates a MSDReadData object.
Parameters:
tracks - boolean The value for tracks property
rTrack1 - boolean The value for resultReadTrack1 property
rTrack2 - boolean The value for resultReadTrack2 property
rTrack3 - boolean The value for resulTReadTrack3 property
Method Detail

getResultReadTrack1

public int getResultReadTrack1()
Returns the value of the resultReadTrack1 property.
Returns:
int - The current value of resultReadTrack1.

getResultReadTrack2

public int getResultReadTrack2()
Returns the value of the resultReadTrack2 property.
Returns:
int - The current value of resultReadTrack2.

getResultReadTrack3

public int getResultReadTrack3()
Returns the value of the resultReadTrack3 property.
Returns:
int - The current value of resultReadTrack3.

getTracksRead

public MSDTracks getTracksRead()
Returns the value of the TracksRead property.
Returns:
int - The current value of TracksRead.

setResultReadTrack1

public void setResultReadTrack1(int result)
Sets the value of the resultReadTrack1 property.
Parameters:
result - int The new value for resultReadTrack1 property.

setResultReadTrack2

public void setResultReadTrack2(int result)
Sets the value of the resultReadTrack2 property.
Parameters:
result - int The new value for resultReadTrack2 property.

setResultReadTrack3

public void setResultReadTrack3(int result)
Sets the value of the resultReadTrack3 property.
Parameters:
result - int The new value for resultReadTrack3 property.

setTracksRead

public void setTracksRead(MSDTracks tracks)
Sets the value of the tracksRead property.
Parameters:
tracks - MSDTracks The new value for tracksRead property.