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

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

public class MSDTracks
extends java.lang.Object

This class implements an object with information about tracks read or written


Constructor Summary
MSDTracks()
          This constructor creates a MSDTracks object.
MSDTracks(boolean track1, boolean track2, boolean track3)
          This constructor creates a MSDTracks object.
 
Method Summary
 boolean isTrack1()
          Returns the value of the track1 property.
 boolean isTrack2()
          Returns the value of the track2 property.
 boolean isTrack3()
          Returns the value of the track3 property.
 void setTrack1(boolean value)
          Sets the value of the track1 property.
 void setTrack2(boolean value)
          Sets the value of the track2 property.
 void setTrack3(boolean value)
          Sets the value of the track3 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSDTracks

public MSDTracks()
This constructor creates a MSDTracks object.

MSDTracks

public MSDTracks(boolean track1,
                 boolean track2,
                 boolean track3)
This constructor creates a MSDTracks object.
Parameters:
track1 - boolean The value for track1 property
track2 - boolean The value for track2 property
track3 - boolean The value for track3 property
Method Detail

isTrack1

public boolean isTrack1()
Returns the value of the track1 property.
Returns:
boolean - The current value of track1.

isTrack2

public boolean isTrack2()
Returns the value of the track2 property.
Returns:
boolean - The current value of track2.

isTrack3

public boolean isTrack3()
Returns the value of the track3 property.
Returns:
boolean - The current value of track3.

setTrack1

public void setTrack1(boolean value)
Sets the value of the track1 property.
Parameters:
value - boolean The new value for track1 property.

setTrack2

public void setTrack2(boolean value)
Sets the value of the track2 property.
Parameters:
value - boolean The new value for track2 property.

setTrack3

public void setTrack3(boolean value)
Sets the value of the track3 property.
Parameters:
value - boolean The new value for track3 property.