@Entity public class FileType extends Object implements Serializable
Constructor and Description |
---|
FileType() |
FileType(Integer fileTypeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDisplayName() |
String |
getExtension() |
Collection<File> |
getFileCollection() |
Integer |
getFileTypeId() |
String |
getMetaType() |
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setExtension(String extension) |
void |
setFileCollection(Collection<File> fileCollection) |
void |
setFileTypeId(Integer fileTypeId) |
void |
setMetaType(String metaType) |
String |
toString() |
public FileType()
public FileType(Integer fileTypeId)
public Integer getFileTypeId()
public void setFileTypeId(Integer fileTypeId)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getMetaType()
public void setMetaType(String metaType)
public String getExtension()
public void setExtension(String extension)
public Collection<File> getFileCollection()
public void setFileCollection(Collection<File> fileCollection)
Copyright © 2015 SeqWare. All rights reserved.