public class ItemDTO
extends AbstractItemDTO
| Constructor and Description |
|---|
ItemDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
getComments() |
Date |
getCreationtime() |
ComposedTypeDTO |
getItemtype() |
Date |
getModifiedtime() |
ItemDTO |
getOwner() |
Long |
getPk() |
void |
setComments(List<CommentDTO> value) |
void |
setCreationtime(Date value) |
void |
setItemtype(ComposedTypeDTO value) |
void |
setModifiedtime(Date value) |
void |
setOwner(ItemDTO value) |
void |
setPk(Long value) |
public List<CommentDTO> getComments()
public Date getCreationtime()
public ComposedTypeDTO getItemtype()
public Date getModifiedtime()
public ItemDTO getOwner()
public Long getPk()
public void setComments(List<CommentDTO> value)
public void setCreationtime(Date value)
public void setItemtype(ComposedTypeDTO value)
public void setModifiedtime(Date value)
public void setOwner(ItemDTO value)
public void setPk(Long value)
Copyright © 2017 SAP SE. All Rights Reserved.