public class MajorProjectCategorisationDTO
extends java.lang.Object
Constructor and Description |
---|
MajorProjectCategorisationDTO() |
MajorProjectCategorisationDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectCategorisation bean) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getDimension() |
java.math.BigDecimal |
getEuAmount() |
java.lang.String |
getInvestmentNature() |
static MajorProjectCategorisationDTO |
getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectCategorisation cat) |
java.math.BigDecimal |
getPercentage() |
java.lang.String |
getProduct() |
java.lang.String |
getThematicObjective() |
void |
setDescription(java.lang.String description) |
void |
setDimension(java.lang.String dimension) |
void |
setEuAmount(java.math.BigDecimal euAmount) |
void |
setInvestmentNature(java.lang.String investmentNature) |
void |
setPercentage(java.math.BigDecimal percentage) |
void |
setProduct(java.lang.String product) |
void |
setThematicObjective(java.lang.String thematicObjective) |
public MajorProjectCategorisationDTO()
public MajorProjectCategorisationDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectCategorisation bean)
public static MajorProjectCategorisationDTO getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectCategorisation cat)
public java.lang.String getDimension()
public void setDimension(java.lang.String dimension)
dimension
- the dimension to setpublic java.lang.String getThematicObjective()
public void setThematicObjective(java.lang.String thematicObjective)
thematicObjective
- the thematicObjective to setpublic java.lang.String getInvestmentNature()
public void setInvestmentNature(java.lang.String investmentNature)
investmentNature
- the investmentNature to setpublic java.lang.String getProduct()
public void setProduct(java.lang.String product)
product
- the product to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.math.BigDecimal getEuAmount()
public void setEuAmount(java.math.BigDecimal euAmount)
euAmount
- the euAmount to setpublic java.math.BigDecimal getPercentage()
public void setPercentage(java.math.BigDecimal percentage)
percentage
- the percentage to setCopyright © 2024. All rights reserved.