@Entity public class Feedback extends Object
| Constructor and Description |
|---|
Feedback() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getAnswers() |
String |
getCashpoint() |
String |
getComment() |
Date |
getCreated() |
String |
getCreatedAddress() |
String |
getUuid() |
String |
getVoucher() |
void |
setAnswers(Map<String,Integer> answers) |
void |
setCashpoint(String cashpoint) |
void |
setComment(String comment) |
void |
setCreated(Date created) |
void |
setCreatedAddress(String createdAddress) |
void |
setUuid(String uuid) |
void |
setVoucher(String voucher) |
public String getUuid()
public void setUuid(String uuid)
public String getCashpoint()
public void setCashpoint(String cashpoint)
public String getVoucher()
public void setVoucher(String voucher)
public String getComment()
public void setComment(String comment)
public Date getCreated()
public void setCreated(Date created)
public String getCreatedAddress()
public void setCreatedAddress(String createdAddress)
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.