org.kuali.rice.kew.webservice
Class NoteResponse

java.lang.Object
  extended by org.kuali.rice.kew.webservice.ErrorResponse
      extended by org.kuali.rice.kew.webservice.NoteResponse

public class NoteResponse
extends ErrorResponse

Response object for note-related methods


Field Summary
protected  String author
           
protected  String noteId
           
protected  String noteText
           
protected  String timestamp
           
 
Fields inherited from class org.kuali.rice.kew.webservice.ErrorResponse
errorMessage
 
Constructor Summary
NoteResponse()
           
 
Method Summary
 String getAuthor()
           
 String getNoteId()
           
 String getNoteText()
           
 String getTimestamp()
           
 void setAuthor(String author)
           
 void setNoteId(String noteId)
           
 void setNoteText(String noteText)
           
 void setTimestamp(String timestamp)
           
 
Methods inherited from class org.kuali.rice.kew.webservice.ErrorResponse
getErrorMessage, setErrorMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

author

protected String author

noteId

protected String noteId

timestamp

protected String timestamp

noteText

protected String noteText
Constructor Detail

NoteResponse

public NoteResponse()
Method Detail

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.