public class SfcDocumentAttachmentDTO
extends java.lang.Object
Constructor and Description |
---|
SfcDocumentAttachmentDTO()
// this is an internal property, not to be exposed
private Boolean isHidden;
|
SfcDocumentAttachmentDTO(eu.europa.ec.sfc2014.core.model.domain.DocumentAttachment docatt,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
constructor to create a documentAttachment DTO object.
|
SfcDocumentAttachmentDTO(eu.europa.ec.sfc.model.documentattachment.v0.DocumentAttachmentType att) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommissionReference() |
java.lang.String |
getFilename() |
java.lang.Long |
getId() |
java.lang.String |
getLanguageCode() |
java.lang.String |
getTitle() |
void |
setCommissionReference(java.lang.String commissionReference) |
void |
setFilename(java.lang.String filename) |
void |
setId(java.lang.Long id) |
void |
setLanguageCode(java.lang.String languageCode) |
void |
setTitle(java.lang.String title) |
public SfcDocumentAttachmentDTO()
public SfcDocumentAttachmentDTO(eu.europa.ec.sfc2014.core.model.domain.DocumentAttachment docatt, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
docatt
- the documentAttachment pojodirectoryService
- needed for the translation of the languageId to languageCodepublic SfcDocumentAttachmentDTO(eu.europa.ec.sfc.model.documentattachment.v0.DocumentAttachmentType att)
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the id to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- the languageCode to setpublic java.lang.String getCommissionReference()
public void setCommissionReference(java.lang.String commissionReference)
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
Copyright © 2024. All rights reserved.