Class ResultEntryBean


  • public class ResultEntryBean
    extends java.lang.Object
    A bean which contains one result entry.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultEntryBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentId()
      Getter for the field documentId.
      java.lang.String getDocumentName()
      Getter for the field documentName.
      java.lang.String getEditLink()
      Getter for the field editLink.
      java.lang.String getInfo()
      Getter for the field info.
      java.lang.String getPropertyName()
      Getter for the field propertyName.
      void setDocumentId​(java.lang.String documentId)
      Setter for the field documentId.
      void setDocumentName​(java.lang.String documentName)
      Setter for the field documentName.
      void setEditLink​(java.lang.String editLink)
      Setter for the field editLink.
      void setInfo​(java.lang.String info)
      Setter for the field info.
      void setPropertyName​(java.lang.String propertyName)
      Setter for the field propertyName.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultEntryBean

        public ResultEntryBean()
    • Method Detail

      • getDocumentId

        public java.lang.String getDocumentId()

        Getter for the field documentId.

        Returns:
        a String object.
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)

        Setter for the field documentId.

        Parameters:
        documentId - a String object.
      • getEditLink

        public java.lang.String getEditLink()

        Getter for the field editLink.

        Returns:
        a String object.
      • setEditLink

        public void setEditLink​(java.lang.String editLink)

        Setter for the field editLink.

        Parameters:
        editLink - a String object.
      • getInfo

        public java.lang.String getInfo()

        Getter for the field info.

        Returns:
        a String object.
      • setInfo

        public void setInfo​(java.lang.String info)

        Setter for the field info.

        Parameters:
        info - a String object.
      • getPropertyName

        public java.lang.String getPropertyName()

        Getter for the field propertyName.

        Returns:
        a String object.
      • setPropertyName

        public void setPropertyName​(java.lang.String propertyName)

        Setter for the field propertyName.

        Parameters:
        propertyName - a String object.
      • setDocumentName

        public void setDocumentName​(java.lang.String documentName)

        Setter for the field documentName.

        Parameters:
        documentName - a String object.
      • getDocumentName

        public java.lang.String getDocumentName()

        Getter for the field documentName.

        Returns:
        a String object.