public class TSR extends AbstractLotInsertionSummary implements DataRecord
Constructor and Description |
---|
TSR() |
Modifier and Type | Method and Description |
---|---|
static void |
addType() |
int |
compareTo(DataRecord o) |
long |
getAlrm_cnt() |
java.lang.String |
getDescription() |
long |
getExec_cnt() |
long |
getFail_cnt() |
short |
getHead_num() |
short |
getOpt_flag() |
int |
getRecordNumber() |
java.lang.String |
getRecordType() |
java.lang.String |
getSeq_name() |
short |
getSite_num() |
DataFile |
getSourceFile() |
java.lang.String |
getTest_lbl() |
float |
getTest_max() |
float |
getTest_min() |
java.lang.String |
getTest_nam() |
long |
getTest_num() |
float |
getTest_tim() |
java.lang.String |
getTest_typ() |
Test |
getTest() |
float |
getTestMedian() |
float |
getTst_sqrs() |
float |
getTst_sums() |
boolean |
isReserved() |
boolean |
isReserved2() |
boolean |
isReserved3() |
boolean |
isTestMaxInvalid() |
boolean |
isTestMedianInvalid() |
boolean |
isTestMinInvalid() |
boolean |
isTestSqrsInvalid() |
boolean |
isTestSumsInvalid() |
boolean |
isTestTimeInvalidReserved() |
void |
readRecord(java.nio.ByteBuffer bb) |
void |
setAlrm_cnt(long newValue) |
void |
setExec_cnt(long newValue) |
void |
setFail_cnt(long newValue) |
void |
setHead_num(short newValue) |
void |
setOpt_flag(short newValue) |
void |
setRecordNumber(int recordNumber) |
void |
setReserved(boolean newValue) |
void |
setReserved2(boolean newValue) |
void |
setReserved3(boolean newValue) |
void |
setSeq_name(java.lang.String newValue) |
void |
setSite_num(short newValue) |
void |
setSourceFile(DataFile newSource) |
void |
setTest_lbl(java.lang.String newValue) |
void |
setTest_max(float newValue) |
void |
setTest_min(float newValue) |
void |
setTest_nam(java.lang.String newValue) |
void |
setTest_num(long newValue) |
void |
setTest_tim(float newValue) |
void |
setTest_typ(java.lang.String newValue) |
void |
setTest(Test test) |
void |
setTestMaxInvalid(boolean newValue) |
void |
setTestMedian(float newValue) |
void |
setTestMedianInvalid(boolean newValue) |
void |
setTestMinInvalid(boolean newValue) |
void |
setTestSqrsInvalid(boolean newValue) |
void |
setTestSumsInvalid(boolean newValue) |
void |
setTestTimeInvalidReserved(boolean newValue) |
void |
setTst_sqrs(float newValue) |
void |
setTst_sums(float newValue) |
java.lang.String |
toString() |
void |
writeRecord(SaveInfo saveInfo,
java.nio.ByteBuffer bb)
Writes this record into a ByteBuffer, using fieldReader
for platform-specific formatting
|
compareTo, getLotInsertion, setLotInsertion
public long getFail_cnt()
public void setFail_cnt(long newValue)
public float getTst_sqrs()
public void setTst_sqrs(float newValue)
public float getTest_min()
public void setTest_min(float newValue)
public float getTest_tim()
public void setTest_tim(float newValue)
public long getTest_num()
public void setTest_num(long newValue)
public short getOpt_flag()
public void setOpt_flag(short newValue)
public java.lang.String getTest_nam()
public void setTest_nam(java.lang.String newValue)
public long getExec_cnt()
public void setExec_cnt(long newValue)
public java.lang.String getTest_lbl()
public void setTest_lbl(java.lang.String newValue)
public float getTest_max()
public void setTest_max(float newValue)
public java.lang.String getTest_typ()
public void setTest_typ(java.lang.String newValue)
public long getAlrm_cnt()
public void setAlrm_cnt(long newValue)
public short getSite_num()
getSite_num
in interface spry.model.equipment.TesterHeadSiteHolder
public void setSite_num(short newValue)
setSite_num
in interface spry.model.equipment.TesterHeadSiteHolder
public float getTst_sums()
public void setTst_sums(float newValue)
public java.lang.String getSeq_name()
public void setSeq_name(java.lang.String newValue)
public short getHead_num()
getHead_num
in interface spry.model.equipment.TesterHeadSiteHolder
public void setHead_num(short newValue)
setHead_num
in interface spry.model.equipment.TesterHeadSiteHolder
public int getRecordNumber()
getRecordNumber
in interface DataRecord
public void setRecordNumber(int recordNumber)
setRecordNumber
in interface DataRecord
recordNumber
- sets the number (index) of this data recordpublic boolean isTestMinInvalid()
public void setTestMinInvalid(boolean newValue)
public boolean isTestSqrsInvalid()
public void setTestSqrsInvalid(boolean newValue)
public boolean isReserved3()
public void setReserved3(boolean newValue)
public boolean isTestSumsInvalid()
public void setTestSumsInvalid(boolean newValue)
public boolean isTestMaxInvalid()
public void setTestMaxInvalid(boolean newValue)
public boolean isTestTimeInvalidReserved()
public void setTestTimeInvalidReserved(boolean newValue)
public boolean isReserved()
public void setReserved(boolean newValue)
public boolean isReserved2()
public void setReserved2(boolean newValue)
public float getTestMedian()
public void setTestMedian(float newValue)
public boolean isTestMedianInvalid()
public void setTestMedianInvalid(boolean newValue)
public Test getTest()
public void setTest(Test test)
public void readRecord(java.nio.ByteBuffer bb)
readRecord
in interface DataRecord
public void writeRecord(SaveInfo saveInfo, java.nio.ByteBuffer bb)
DataRecord
writeRecord
in interface DataRecord
saveInfo
- metadata about how the data should be savedbb
- output buffer that can be written into an output filepublic java.lang.String getDescription()
getDescription
in interface DataRecord
String
describing this type of recordpublic java.lang.String getRecordType()
getRecordType
in interface DataRecord
String
identifying what type of record this ispublic int compareTo(DataRecord o)
public DataFile getSourceFile()
getSourceFile
in interface DataRecord
DataFile
from which this was readpublic void setSourceFile(DataFile newSource)
setSourceFile
in interface DataRecord
newSource
- The DataFile
from which this was readpublic java.lang.String toString()
toString
in class java.lang.Object
public static void addType()