public class FormatDTO extends ItemDTO
| Constructor and Description |
|---|
FormatDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaFormatterDTO> |
getChained() |
String |
getCode() |
String |
getDocumentType() |
ItemFormatterDTO |
getInitial() |
String |
getName() |
Collection<ComposedTypeDTO> |
getValidFor() |
void |
setChained(Collection<MediaFormatterDTO> value) |
void |
setCode(String value) |
void |
setDocumentType(String value) |
void |
setInitial(ItemFormatterDTO value) |
void |
setName(String value) |
void |
setValidFor(Collection<ComposedTypeDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic Collection<MediaFormatterDTO> getChained()
public String getCode()
public String getDocumentType()
public ItemFormatterDTO getInitial()
public String getName()
public Collection<ComposedTypeDTO> getValidFor()
public void setChained(Collection<MediaFormatterDTO> value)
public void setCode(String value)
public void setDocumentType(String value)
public void setInitial(ItemFormatterDTO value)
public void setName(String value)
public void setValidFor(Collection<ComposedTypeDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.