public class SatisfactionRating extends Object
| Constructor and Description |
|---|
SatisfactionRating() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssigneeId() |
String |
getComment() |
Date |
getCreatedAt() |
Long |
getGroupId() |
Long |
getId() |
Long |
getRequesterId() |
String |
getScore() |
Long |
getTicketId() |
Date |
getUpdatedAt() |
String |
getUrl() |
void |
setAssigneeId(Long assigneeId) |
void |
setComment(String comment) |
void |
setCreatedAt(Date createdAt) |
void |
setGroupId(Long groupId) |
void |
setId(Long id) |
void |
setRequesterId(Long requesterId) |
void |
setScore(String score) |
void |
setTicketId(Long ticketId) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
public Long getAssigneeId()
public void setAssigneeId(Long assigneeId)
public String getComment()
public void setComment(String comment)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Long getGroupId()
public void setGroupId(Long groupId)
public Long getId()
public void setId(Long id)
public Long getRequesterId()
public void setRequesterId(Long requesterId)
public String getScore()
public void setScore(String score)
public Long getTicketId()
public void setTicketId(Long ticketId)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getUrl()
public void setUrl(String url)
Copyright © 2013–2014. All rights reserved.