public class S0_ver
extends java.lang.Object
Constructor and Description |
---|
S0_ver() |
S0_ver(eu.europa.ec.sfc2014.frontoffice.model.dto.controlreport.ControlReportListContainer ver,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService) |
S0_ver(eu.europa.ec.sfc2014.frontoffice.model.domain.controlreport.ControlReportVersion ver,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService) |
Modifier and Type | Method and Description |
---|---|
SfcAnnualControlReportDTO |
getControlReport() |
java.util.List<SfcValidationResultsDTO> |
getLatestValidationResults() |
java.util.Date |
getModificationDate() |
static S0_ver |
getObject(eu.europa.ec.sfc2014.frontoffice.model.dto.controlreport.ControlReportListContainer ver,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService) |
static S0_ver |
getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.controlreport.ControlReportVersion ver,
eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService) |
SfcObjectStatusDTO |
getStatus() |
java.lang.String |
getTitle() |
java.lang.String |
getType() |
java.lang.Integer |
getVersion() |
java.lang.Integer |
getWorkVersion() |
void |
setControlReport(SfcAnnualControlReportDTO controlReport) |
void |
setLatestValidationResults(java.util.List<SfcValidationResultsDTO> latestValidationResults) |
void |
setModificationDate(java.util.Date modificationDate) |
void |
setStatus(SfcObjectStatusDTO status) |
void |
setTitle(java.lang.String title) |
void |
setType(java.lang.String type) |
void |
setVersion(java.lang.Integer version) |
void |
setWorkVersion(java.lang.Integer workVersion) |
public S0_ver()
public S0_ver(eu.europa.ec.sfc2014.frontoffice.model.domain.controlreport.ControlReportVersion ver, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
public S0_ver(eu.europa.ec.sfc2014.frontoffice.model.dto.controlreport.ControlReportListContainer ver, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
public static S0_ver getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.controlreport.ControlReportVersion ver, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
public static S0_ver getObject(eu.europa.ec.sfc2014.frontoffice.model.dto.controlreport.ControlReportListContainer ver, eu.europa.ec.sfc2014.directory.interfaces.DirectoryServiceLocal directoryService)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
version
- the version to setpublic java.lang.Integer getWorkVersion()
public void setWorkVersion(java.lang.Integer workVersion)
workVersion
- the workVersion to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic SfcObjectStatusDTO getStatus()
public void setStatus(SfcObjectStatusDTO status)
status
- the status to setpublic java.util.Date getModificationDate()
public void setModificationDate(java.util.Date modificationDate)
modificationDate
- the modificationDate to setpublic java.util.List<SfcValidationResultsDTO> getLatestValidationResults()
public void setLatestValidationResults(java.util.List<SfcValidationResultsDTO> latestValidationResults)
public SfcAnnualControlReportDTO getControlReport()
public void setControlReport(SfcAnnualControlReportDTO controlReport)
Copyright © 2024. All rights reserved.