public class DomainDTO extends ItemDTO
| Constructor and Description |
|---|
DomainDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Collection<CommentTypeDTO> |
getCommentTypes() |
Collection<ComponentDTO> |
getComponents() |
String |
getName() |
void |
setCode(String value) |
void |
setCommentTypes(Collection<CommentTypeDTO> value) |
void |
setComponents(Collection<ComponentDTO> value) |
void |
setName(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic String getCode()
public Collection<CommentTypeDTO> getCommentTypes()
public Collection<ComponentDTO> getComponents()
public String getName()
public void setCode(String value)
public void setCommentTypes(Collection<CommentTypeDTO> value)
public void setComponents(Collection<ComponentDTO> value)
public void setName(String value)
Copyright © 2017 SAP SE. All Rights Reserved.