public class SfcCciRequestDTO
extends java.lang.Object
Constructor and Description |
---|
SfcCciRequestDTO() |
SfcCciRequestDTO(eu.europa.ec.sfc2014.core.model.domain.Cci cci)
constructor based on Cci
|
SfcCciRequestDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.ccirequest.CCIRequest cciRequest,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
constructor based on CCIRequest and DirectoryServiceLocal
|
SfcCciRequestDTO(eu.europa.ec.sfc2014.frontoffice.model.dto.ccirequest.CCIRequestListContainer cciRequest,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
constructor based on CCIRequestListContainer and DirectoryServiceLocal
|
SfcCciRequestDTO(eu.europa.ec.sfc.model.cci.v0.CciType cci)
constructor based on CciType
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalEmail() |
SfcCciDTO |
getCci() |
java.lang.Long |
getCciRequestId() |
java.lang.String |
getComment() |
java.lang.String |
getEmail() |
java.util.Date |
getModificationDate() |
java.util.Date |
getRequestDate() |
SfcCciDTO |
getRequestedCci() |
SfcObjectStatusDTO |
getStatus() |
java.lang.String |
getTitle() |
java.lang.String |
getTitleEnglish() |
void |
setAdditionalEmail(java.lang.String additionalEmail) |
void |
setCci(SfcCciDTO cci) |
void |
setCciRequestId(java.lang.Long cciRequestId) |
void |
setComment(java.lang.String comment) |
void |
setEmail(java.lang.String email) |
void |
setModificationDate(java.util.Date modificationDate) |
void |
setRequestDate(java.util.Date requestDate) |
void |
setRequestedCci(SfcCciDTO requestedCci) |
void |
setStatus(SfcObjectStatusDTO status) |
void |
setTitle(java.lang.String title) |
void |
setTitleEnglish(java.lang.String titleEnglish) |
public SfcCciRequestDTO()
public SfcCciRequestDTO(eu.europa.ec.sfc2014.core.model.domain.Cci cci)
cci
- the provided ccipublic SfcCciRequestDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.ccirequest.CCIRequest cciRequest, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
cciRequest
- directoryService
- public SfcCciRequestDTO(eu.europa.ec.sfc.model.cci.v0.CciType cci)
cci
- the provided cci typepublic SfcCciRequestDTO(eu.europa.ec.sfc2014.frontoffice.model.dto.ccirequest.CCIRequestListContainer cciRequest, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
cciRequest
- directoryService
- public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the email to setpublic java.lang.String getAdditionalEmail()
public void setAdditionalEmail(java.lang.String additionalEmail)
additionalEmail
- the additionalEmail to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getTitleEnglish()
public void setTitleEnglish(java.lang.String titleEnglish)
titleEnglish
- the titleEnglish to setpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- the comment to setpublic SfcObjectStatusDTO getStatus()
public void setStatus(SfcObjectStatusDTO status)
status
- the status to setpublic java.util.Date getRequestDate()
public void setRequestDate(java.util.Date requestDate)
requestDate
- the requestDate to setpublic java.util.Date getModificationDate()
public void setModificationDate(java.util.Date modificationDate)
modificationDate
- the modificationDate to setpublic SfcCciDTO getCci()
public void setCci(SfcCciDTO cci)
cci
- the cci to setpublic SfcCciDTO getRequestedCci()
public void setRequestedCci(SfcCciDTO requestedCci)
requestedCci
- the requestedCci to setpublic java.lang.Long getCciRequestId()
public void setCciRequestId(java.lang.Long cciRequestId)
Copyright © 2024. All rights reserved.