@Entity public class Feedback extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Long |
versionNumber |
Constructor and Description |
---|
Feedback() |
Modifier and Type | Method and Description |
---|---|
String |
getAffiliation() |
String |
getCampus() |
String |
getDeviceType() |
String |
getEmail() |
Long |
getFeedbackId() |
String |
getNoteFormatted() |
String |
getNoteText() |
String |
getNoteTextExport() |
String |
getNoteTextShort() |
Timestamp |
getPostedTimestamp() |
String |
getService() |
String |
getUserAgent() |
String |
getUserId() |
Long |
getVersionNumber() |
void |
setAffiliation(String affiliation) |
void |
setCampus(String campus) |
void |
setDeviceType(String deviceType) |
void |
setEmail(String email) |
void |
setFeedbackId(Long feedbackId) |
void |
setNoteText(String noteText) |
void |
setPostedTimestamp(Timestamp postedTimestamp) |
void |
setService(String service) |
void |
setUserAgent(String userAgent) |
void |
setUserId(String userId) |
void |
setVersionNumber(Long versionNumber) |
String |
toString() |
protected Long versionNumber
public Feedback()
public String getNoteTextShort()
public String getNoteFormatted()
public Long getFeedbackId()
public void setFeedbackId(Long feedbackId)
public Timestamp getPostedTimestamp()
public void setPostedTimestamp(Timestamp postedTimestamp)
public String getNoteText()
public String getNoteTextExport()
public void setNoteText(String noteText)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
public String getAffiliation()
public void setAffiliation(String affiliation)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getUserAgent()
public void setUserAgent(String userAgent)
public String getService()
public void setService(String service)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.