Class IncludeDocumentsBean


  • public class IncludeDocumentsBean
    extends java.lang.Object
    Bean of included document.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      IncludeDocumentsBean​(java.lang.String documentName, int insertLine)
      Constructor for IncludeDocumentsBean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentName()
      Getter for the field documentName.
      int getInsertLine()
      Getter for the field insertLine.
      void setDocumentName​(java.lang.String documentName)
      Setter for the field documentName.
      void setInsertLine​(int insertLine)
      Setter for the field insertLine.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

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

      • IncludeDocumentsBean

        public IncludeDocumentsBean​(java.lang.String documentName,
                                    int insertLine)

        Constructor for IncludeDocumentsBean.

        Parameters:
        documentName - a String object.
        insertLine - a int.
    • Method Detail

      • getDocumentName

        public java.lang.String getDocumentName()

        Getter for the field documentName.

        Returns:
        a String object.
      • setDocumentName

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

        Setter for the field documentName.

        Parameters:
        documentName - a String object.
      • getInsertLine

        public int getInsertLine()

        Getter for the field insertLine.

        Returns:
        a int.
      • setInsertLine

        public void setInsertLine​(int insertLine)

        Setter for the field insertLine.

        Parameters:
        insertLine - a int.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object