Class AbstractParticipant

java.lang.Object
org.gvsig.about.impl.AbstractParticipant
All Implemented Interfaces:
org.gvsig.about.AboutParticipant
Direct Known Subclasses:
DefaultAboutDeveloper, DefaultAboutSponsor, DefaultAboutTranslator

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

    • contributions

      protected List<org.gvsig.about.AboutContribution> contributions
  • Constructor Details

    • AbstractParticipant

      public AbstractParticipant(org.gvsig.about.AboutManager manager, String name, URL description, int priority, URL icon)
  • Method Details

    • addVariables

      public void addVariables(Map<String,String> vars)
      Specified by:
      addVariables in interface org.gvsig.about.AboutParticipant
    • set

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

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

      public URL getDescription()
      Specified by:
      getDescription in interface org.gvsig.about.AboutParticipant
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.gvsig.about.AboutParticipant
    • toString

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

      public URL getIcon()
      Specified by:
      getIcon in interface org.gvsig.about.AboutParticipant
    • getManager

      public org.gvsig.about.AboutManager getManager()
      Specified by:
      getManager in interface org.gvsig.about.AboutParticipant
    • getDate

      protected Date getDate(int year, int month, int day)
    • addContribution

      public org.gvsig.about.AboutContribution addContribution(String title, String description, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day)
      Specified by:
      addContribution in interface org.gvsig.about.AboutParticipant
    • addContribution

      public org.gvsig.about.AboutContribution addContribution(String title, String description, Date begin, Date end)
      Specified by:
      addContribution in interface org.gvsig.about.AboutParticipant
    • getContributions

      public List<org.gvsig.about.AboutContribution> getContributions()
      Specified by:
      getContributions in interface org.gvsig.about.AboutParticipant
    • getInformationPage

      public String getInformationPage()
      Specified by:
      getInformationPage in interface org.gvsig.about.AboutParticipant
    • getContributionsTable

      public String getContributionsTable()
      Specified by:
      getContributionsTable in interface org.gvsig.about.AboutParticipant