public class HMCHistoryEntryDTO extends ItemDTO
| Constructor and Description |
|---|
HMCHistoryEntryDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionType() |
String |
getComment() |
ItemDTO |
getReferencedItem() |
Date |
getTimestamp() |
UserDTO |
getUser() |
void |
setActionType(String value) |
void |
setComment(String value) |
void |
setReferencedItem(ItemDTO value) |
void |
setTimestamp(Date value) |
void |
setUser(UserDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic HMCHistoryEntryDTO()
public String getActionType()
public String getComment()
public ItemDTO getReferencedItem()
public Date getTimestamp()
public UserDTO getUser()
public void setActionType(String value)
public void setComment(String value)
public void setReferencedItem(ItemDTO value)
public void setTimestamp(Date value)
public void setUser(UserDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.