public class SfcTableOfContentItemDTO
extends java.lang.Object
Constructor and Description |
---|
SfcTableOfContentItemDTO() |
SfcTableOfContentItemDTO(eu.europa.ec.sfc2014.core.model.domain.toc.TocItemImpl tocitm,
java.util.Collection<? extends eu.europa.ec.sfc2014.core.model.domain.toc.TocItemImpl> col,
java.lang.String locale,
eu.europa.ec.sfc2014.frontoffice.interfaces.TranslationServiceSFC2014Local translationService) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.util.Collection<SfcTableOfContentItemDTO> |
getTocItem() |
void |
setCode(java.lang.String code) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setTocItem(java.util.Collection<SfcTableOfContentItemDTO> tocItems) |
java.lang.String |
toString() |
public SfcTableOfContentItemDTO()
public SfcTableOfContentItemDTO(eu.europa.ec.sfc2014.core.model.domain.toc.TocItemImpl tocitm, java.util.Collection<? extends eu.europa.ec.sfc2014.core.model.domain.toc.TocItemImpl> col, java.lang.String locale, eu.europa.ec.sfc2014.frontoffice.interfaces.TranslationServiceSFC2014Local translationService)
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Collection<SfcTableOfContentItemDTO> getTocItem()
public void setTocItem(java.util.Collection<SfcTableOfContentItemDTO> tocItems)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public void setName(java.lang.String name)
Copyright © 2024. All rights reserved.