public class FileFormatModel extends Object
Constructor and Description |
---|
FileFormatModel()
Constructor without fields
|
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getCreatedDate() |
Integer |
getDocumentVersion() |
List<String> |
getExtensions() |
String |
getGroup() |
List<String> |
getHasPriorityOverFileFormatIDs() |
String |
getId() |
String |
getMimeType() |
String |
getName() |
String |
getPuid() |
String |
getVersion() |
String |
getVersionPronom() |
Boolean |
isAlert() |
FileFormatModel |
setAlert(Boolean alert) |
FileFormatModel |
setComment(String comment) |
FileFormatModel |
setCreatedDate(String createdDate) |
void |
setDocumentVersion(Integer documentVersion) |
FileFormatModel |
setExtensions(List<String> extensions) |
FileFormatModel |
setGroup(String group) |
FileFormatModel |
setHasPriorityOverFileFormatIDs(List<String> hasPriorityOverFileFormatIDs) |
void |
setId(String id) |
FileFormatModel |
setMimeType(String mimeType) |
FileFormatModel |
setName(String name) |
FileFormatModel |
setPuid(String puid) |
FileFormatModel |
setVersion(String version) |
FileFormatModel |
setVersionPronom(String versionPronom) |
public String getId()
public void setId(String id)
id
- value to setpublic Integer getDocumentVersion()
public void setDocumentVersion(Integer documentVersion)
documentVersion
- document version (_v)public String getCreatedDate()
public FileFormatModel setCreatedDate(String createdDate)
createdDate
- value to setpublic String getVersionPronom()
public FileFormatModel setVersionPronom(String versionPronom)
versionPronom
- value to setpublic String getVersion()
public FileFormatModel setVersion(String version)
version
- value to setpublic List<String> getHasPriorityOverFileFormatIDs()
public FileFormatModel setHasPriorityOverFileFormatIDs(List<String> hasPriorityOverFileFormatIDs)
hasPriorityOverFileFormatIDs
- value to setpublic String getMimeType()
public FileFormatModel setMimeType(String mimeType)
mimeType
- value to setpublic String getName()
public FileFormatModel setName(String name)
name
- value to setpublic String getGroup()
public FileFormatModel setGroup(String group)
group
- value to setpublic Boolean isAlert()
public FileFormatModel setAlert(Boolean alert)
alert
- value to setpublic String getComment()
public FileFormatModel setComment(String comment)
comment
- value to setpublic FileFormatModel setExtensions(List<String> extensions)
extensions
- value to setpublic String getPuid()
public FileFormatModel setPuid(String puid)
puid
- value to setCopyright © 2018 Vitam. All rights reserved.