Class ViewInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class ViewInfo
    extends java.lang.Object
    implements java.io.Serializable
    element name="viewInfo"
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getViewComments()
      Returns the value of field 'viewComments'.
      java.lang.String getViewName()
      Returns the value of field 'viewName'.
      java.lang.String getViewTitle()
      Returns the value of field 'viewTitle'.
      void setViewComments​(java.lang.String viewComments)
      Sets the value of field 'viewComments'.
      void setViewName​(java.lang.String viewName)
      Sets the value of field 'viewName'.
      void setViewTitle​(java.lang.String viewTitle)
      Sets the value of field 'viewTitle'.
      • Methods inherited from class java.lang.Object

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

      • ViewInfo

        public ViewInfo()
    • Method Detail

      • getViewComments

        public java.lang.String getViewComments()
        Returns the value of field 'viewComments'.
        Returns:
        the value of field 'ViewComments'.
      • getViewName

        public java.lang.String getViewName()
        Returns the value of field 'viewName'.
        Returns:
        the value of field 'ViewName'.
      • getViewTitle

        public java.lang.String getViewTitle()
        Returns the value of field 'viewTitle'.
        Returns:
        the value of field 'ViewTitle'.
      • setViewComments

        public void setViewComments​(java.lang.String viewComments)
        Sets the value of field 'viewComments'.
        Parameters:
        viewComments - the value of field 'viewComments'.
      • setViewName

        public void setViewName​(java.lang.String viewName)
        Sets the value of field 'viewName'.
        Parameters:
        viewName - the value of field 'viewName'.
      • setViewTitle

        public void setViewTitle​(java.lang.String viewTitle)
        Sets the value of field 'viewTitle'.
        Parameters:
        viewTitle - the value of field 'viewTitle'.