Class NoteForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

public class NoteForm extends KualiForm
Struts ActionForm for NoteAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • NoteForm

      public NoteForm()
  • Method Details

    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class KualiForm
    • getNote

      public Note getNote()
    • setNote

      public void setNote(Note note)
    • getExistingNote

      public Note getExistingNote()
    • setExistingNote

      public void setExistingNote(Note existingNote)
    • getShowEdit

      public String getShowEdit()
    • setShowEdit

      public void setShowEdit(String showEdit)
    • getDocId

      public String getDocId()
    • setDocId

      public void setDocId(String docId)
    • getNumberOfNotes

      public Integer getNumberOfNotes()
    • setNumberOfNotes

      public void setNumberOfNotes(Integer numberOfNotes)
    • getShowAdd

      public Boolean getShowAdd()
    • setShowAdd

      public void setShowAdd(Boolean showAdd)
    • getNoteIdNumber

      public String getNoteIdNumber()
    • setNoteIdNumber

      public void setNoteIdNumber(String noteIdNumber)
    • getSortOrder

      public String getSortOrder()
    • setSortOrder

      public void setSortOrder(String sortOrder)
    • getSortNotes

      public Boolean getSortNotes()
    • setSortNotes

      public void setSortNotes(Boolean sortNotes)
    • getCurrentDate

      public String getCurrentDate()
    • setCurrentDate

      public void setCurrentDate(String currentDate)
    • getCurrentUserName

      public String getCurrentUserName()
    • setCurrentUserName

      public void setCurrentUserName(String currentUserName)
    • getAuthorizedToAdd

      public Boolean getAuthorizedToAdd()
    • setAuthorizedToAdd

      public void setAuthorizedToAdd(Boolean authorizedToAdd)
    • getNoteList

      public List<Note> getNoteList()
    • setNoteList

      public void setNoteList(List<Note> noteList)
    • getAddText

      public String getAddText()
    • setAddText

      public void setAddText(String addText)
    • getIdInEdit

      public Long getIdInEdit()
    • setIdInEdit

      public void setIdInEdit(Long idInEdit)
    • getFile

      public Object getFile()
    • setFile

      public void setFile(Object file)
    • getShowAttachments

      public Boolean getShowAttachments()
    • setShowAttachments

      public void setShowAttachments(Boolean showAttachments)
    • getAttachmentTarget

      public String getAttachmentTarget()
    • setAttachmentTarget

      public void setAttachmentTarget(String attachmentTarget)