public class PartStatistics extends Object implements IDataTransferModel
Constructor and Description |
---|
PartStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getCommentCount() |
long |
getEntryId() |
int |
getExperimentalDataCount() |
int |
getHistoryCount() |
int |
getSampleCount() |
int |
getSequenceCount() |
void |
setCommentCount(int commentCount) |
void |
setEntryId(long entryId) |
void |
setExperimentalDataCount(int experimentalDataCount) |
void |
setHistoryCount(int historyCount) |
void |
setSampleCount(int sampleCount) |
void |
setSequenceCount(int sequenceCount) |
public int getSequenceCount()
public void setSequenceCount(int sequenceCount)
public int getCommentCount()
public void setCommentCount(int commentCount)
public int getSampleCount()
public void setSampleCount(int sampleCount)
public int getHistoryCount()
public void setHistoryCount(int historyCount)
public int getExperimentalDataCount()
public void setExperimentalDataCount(int experimentalDataCount)
public long getEntryId()
public void setEntryId(long entryId)
Copyright © 2017. All rights reserved.