public class DocumentBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Set<UserBean> |
authorizedUsers |
protected String |
authors |
protected String |
comment |
protected String |
copyright |
protected Date |
depositDate |
protected String |
externalUrl |
protected String |
fileName |
protected String |
id |
protected Set<String> |
keywords |
protected String |
language |
protected String |
license |
protected String |
mimeType |
protected String |
name |
protected int |
nbRelatedQuestions |
protected String |
ownerId |
protected String |
ownerName |
protected String |
privacy |
protected Date |
publicationDate |
protected Set<QuestionBean> |
relatedQuestions |
protected String |
summary |
protected String |
type |
protected boolean |
withFile |
| Constructor and Description |
|---|
DocumentBean(String id,
String name,
String ownerName,
String ownerId,
String privacy,
Date depositDate,
Collection<String> keywords,
String type,
String summary,
String language,
Date publicationDate,
String authors,
String license,
String copyright,
boolean withFile,
String mimeType,
String externalUrl,
String comment,
String fileName) |
protected String id
protected String name
protected String ownerName
protected String ownerId
protected String privacy
protected Date depositDate
protected String authors
protected String license
protected String copyright
protected String type
protected String language
protected String summary
protected Date publicationDate
protected String comment
protected String fileName
protected boolean withFile
protected String mimeType
protected String externalUrl
protected Set<QuestionBean> relatedQuestions
protected int nbRelatedQuestions
public DocumentBean(String id, String name, String ownerName, String ownerId, String privacy, Date depositDate, Collection<String> keywords, String type, String summary, String language, Date publicationDate, String authors, String license, String copyright, boolean withFile, String mimeType, String externalUrl, String comment, String fileName)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getPrivacy()
public void setPrivacy(String privacy)
public Date getDepositDate()
public void setDepositDate(Date depositDate)
public void setKeywords(Collection<String> keywords)
public void addKeywords(Collection<String> keywords)
public String getAuthors()
public void setAuthors(String authors)
public String getLicense()
public void setLicense(String license)
public String getCopyright()
public void setCopyright(String copyright)
public String getType()
public void setType(String type)
public String getLanguage()
public void setLanguage(String language)
public String getSummary()
public void setSummary(String summary)
public Date getPublicationDate()
public void setPublicationDate(Date publicationDate)
public boolean isWithFile()
public void setWithFile(boolean isFile)
public String getExternalUrl()
public void setExternalUrl(String externalUrl)
public String getMimeType()
public void setMimeType(String mimeType)
public String getFileName()
public void setFileName(String fileName)
public String getComment()
public void setComment(String comment)
public Set<QuestionBean> getRelatedQuestions()
public void setRelatedQuestions(Set<QuestionBean> relatedQuestions)
public void addRelatedQuestion(QuestionBean relatedQuestion)
public int getNbRelatedQuestions()
public void setNbRelatedQuestions(int nbRelatedQuestions)
public void addAuthorizedUser(UserBean userBean)
Copyright © 2014–2015 Ifremer. All rights reserved.