public class ConversionGroupDTO extends ItemDTO
| Constructor and Description |
|---|
ConversionGroupDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getName() |
Set<ConversionMediaFormatDTO> |
getSupportedFormats() |
void |
setCode(String value) |
void |
setName(String value) |
void |
setSupportedFormats(Set<ConversionMediaFormatDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ConversionGroupDTO()
public String getCode()
public String getName()
public Set<ConversionMediaFormatDTO> getSupportedFormats()
public void setCode(String value)
public void setName(String value)
public void setSupportedFormats(Set<ConversionMediaFormatDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.