java.lang.Object
org.libreoffice.ide.eclipse.core.model.description.PublisherInfos

public class PublisherInfos extends Object
Simple structure storing the publisher informations.
  • Constructor Details

    • PublisherInfos

      public PublisherInfos()
  • Method Details

    • getUrl

      public String getUrl()
      Returns:
      the url
    • setUrl

      public void setUrl(String pUrl)
      Parameters:
      pUrl - the url to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • setModel

      protected void setModel(DescriptionModel model)
      Set the description model in order to be able to fire the model changes.
      Parameters:
      model - the parent model