Class DefaultAboutProject

java.lang.Object
org.gvsig.about.impl.DefaultAboutProject
All Implemented Interfaces:
org.gvsig.about.AboutProject

public class DefaultAboutProject extends Object implements org.gvsig.about.AboutProject
Version:
$Id$
Author:
gvSIG Team
  • Field Details

    • name

      protected String name
    • description

      protected URL description
    • icon

      protected URL icon
  • Constructor Details

  • Method Details

    • set

      public void set(String name, String value)
      Specified by:
      set in interface org.gvsig.about.AboutProject
    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.about.AboutProject
    • getDescription

      public URL getDescription()
      Specified by:
      getDescription in interface org.gvsig.about.AboutProject
    • getIcon

      public URL getIcon()
      Specified by:
      getIcon in interface org.gvsig.about.AboutProject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getInformationPage

      public String getInformationPage()
      Specified by:
      getInformationPage in interface org.gvsig.about.AboutProject