public class FileType extends Object implements Serializable, Comparable<FileType>
FileType class.
| Constructor and Description |
|---|
FileType()
Constructor for FileType.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileType that) |
boolean |
equals(Object other) |
String |
getDisplayName()
Getter for the field
displayName. |
String |
getExtension()
Getter for the field
extension. |
Integer |
getFileTypeId()
Getter for the field
fileTypeId. |
String |
getInfo()
getInfo.
|
String |
getMetaType()
Getter for the field
metaType. |
int |
hashCode() |
void |
setDisplayName(String displayName)
Setter for the field
displayName. |
void |
setExtension(String extension)
Setter for the field
extension. |
void |
setFileTypeId(Integer fileTypeId)
Setter for the field
fileTypeId. |
void |
setMetaType(String metaType)
Setter for the field
metaType. |
String |
toString() |
public int compareTo(FileType that)
compareTo in interface Comparable<FileType>that - public Integer getFileTypeId()
Getter for the field fileTypeId.
Integer object.public void setFileTypeId(Integer fileTypeId)
Setter for the field fileTypeId.
fileTypeId - a Integer object.public String getDisplayName()
Getter for the field displayName.
String object.public void setDisplayName(String displayName)
Setter for the field displayName.
displayName - a String object.public void setMetaType(String metaType)
Setter for the field metaType.
metaType - a String object.public void setExtension(String extension)
Setter for the field extension.
extension - a String object.Copyright © 2015 SeqWare. All rights reserved.