public class CheckSumType extends UntypedData
EMPTY, string| Constructor and Description |
|---|
CheckSumType(String algorithm,
String checkSum)
Default constructor with specified algorithm and the corresponding
checksum
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UntypedData datatype) |
String |
getAlgorithm() |
String |
getCheckSum() |
void |
setAlgorithm(String algorithm) |
void |
setCheckSum(String checkSum) |
String |
toString() |
public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic String getAlgorithm()
public String getCheckSum()
public void setAlgorithm(String algorithm)
algorithm - the algorithm to setpublic void setCheckSum(String checkSum)
checkSum - the checkSum to setpublic String toString()
UntypedDatatoString in class UntypedDataCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.