|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.jxfs.msd.MSDReadData
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 |
public MSDReadData()
public MSDReadData(MSDTracks tracks, int rTrack1, int rTrack2, int rTrack3)
tracks
- boolean The value for tracks propertyrTrack1
- boolean The value for resultReadTrack1 propertyrTrack2
- boolean The value for resultReadTrack2 propertyrTrack3
- boolean The value for resulTReadTrack3 propertyMethod Detail |
public int getResultReadTrack1()
public int getResultReadTrack2()
public int getResultReadTrack3()
public MSDTracks getTracksRead()
public void setResultReadTrack1(int result)
result
- int The new value for resultReadTrack1 property.public void setResultReadTrack2(int result)
result
- int The new value for resultReadTrack2 property.public void setResultReadTrack3(int result)
result
- int The new value for resultReadTrack3 property.public void setTracksRead(MSDTracks tracks)
tracks
- MSDTracks The new value for tracksRead property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |