Class PublicationSystem

java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.cabinet.model.PublicationSystem
All Implemented Interfaces:
Serializable, Comparable<PerunBean>

public class PublicationSystem extends PerunBean
Class represents a publication system, i.e. prezentator. Holds information necessary to work with it (connection url etc).

Property type is supposed to hold full qualified class name of appropriate business strategy class (i.e. prezentator strategy).

Author:
Jiri Harazim <harazim@mail.muni.cz>, Pavel Zlamal <256627@mail.muni.cz>
See Also:
  • Constructor Details

    • PublicationSystem

      public PublicationSystem()
  • Method Details

    • getFriendlyName

      public String getFriendlyName()
      This method returns the value of the database column PUBLICATION_SYSTEM.friendlyName
      Returns:
      the value of PUBLICATION_SYSTEM.friendlyName
    • setFriendlyName

      public void setFriendlyName(String friendlyName)
      This method sets the value of the database column PUBLICATION_SYSTEM.friendlyName
      Parameters:
      friendlyName - the value for PUBLICATION_SYSTEM.friendlyName
    • getLoginNamespace

      public String getLoginNamespace()
      This method returns the value of the database column PUBLICATION_SYSTEM.loginNamespace
      Returns:
      the value of PUBLICATION_SYSTEM.loginNamespace
    • setLoginNamespace

      public void setLoginNamespace(String loginNamespace)
      This method sets the value of the database column PUBLICATION_SYSTEM.loginNamespace
      Parameters:
      loginNamespace - the value for PUBLICATION_SYSTEM.loginNamespace
    • getPassword

      public String getPassword()
      This method returns the value of the database column PUBLICATION_SYSTEM.password
      Returns:
      the value of PUBLICATION_SYSTEM.password
    • setPassword

      public void setPassword(String password)
      This method sets the value of the database column PUBLICATION_SYSTEM.password
      Parameters:
      password - the value for PUBLICATION_SYSTEM.password
    • getType

      public String getType()
      This method returns the value of the database column PUBLICATION_SYSTEM.type
      Returns:
      the value of PUBLICATION_SYSTEM.type
    • setType

      public void setType(String type)
      This method sets the value of the database column PUBLICATION_SYSTEM.type
      Parameters:
      type - the value for PUBLICATION_SYSTEM.type
    • getUrl

      public String getUrl()
      This method returns the value of the database column PUBLICATION_SYSTEM.url
      Returns:
      the value of PUBLICATION_SYSTEM.url
    • setUrl

      public void setUrl(String url)
      This method sets the value of the database column PUBLICATION_SYSTEM.url
      Parameters:
      url - the value for PUBLICATION_SYSTEM.url
    • getUsername

      public String getUsername()
      This method returns the value of the database column PUBLICATION_SYSTEM.username
      Returns:
      the value of PUBLICATION_SYSTEM.username
    • setUsername

      public void setUsername(String username)
      This method sets the value of the database column PUBLICATION_SYSTEM.username
      Parameters:
      username - the value for PUBLICATION_SYSTEM.username
    • toString

      public String toString()
      Overrides:
      toString in class PerunBean