org.kuali.rice.kew.webservice
Class NoteResponse
java.lang.Object
org.kuali.rice.kew.webservice.ErrorResponse
org.kuali.rice.kew.webservice.NoteResponse
public class NoteResponse
- extends ErrorResponse
Response object for note-related methods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
author
protected String author
noteId
protected String noteId
timestamp
protected String timestamp
noteText
protected String noteText
NoteResponse
public NoteResponse()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getNoteId
public String getNoteId()
setNoteId
public void setNoteId(String noteId)
getTimestamp
public String getTimestamp()
setTimestamp
public void setTimestamp(String timestamp)
getNoteText
public String getNoteText()
setNoteText
public void setNoteText(String noteText)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.