Class PublicationSystem
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.cabinet.model.PublicationSystem
- All Implemented Interfaces:
Serializable
,Comparable<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 invalid input: '<'harazim@mail.muni.cz>, Pavel Zlamal invalid input: '<'256627@mail.muni.cz>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the value of the database column PUBLICATION_SYSTEM.friendlyNameThis method returns the value of the database column PUBLICATION_SYSTEM.loginNamespaceThis method returns the value of the database column PUBLICATION_SYSTEM.passwordgetType()
This method returns the value of the database column PUBLICATION_SYSTEM.typegetUrl()
This method returns the value of the database column PUBLICATION_SYSTEM.urlThis method returns the value of the database column PUBLICATION_SYSTEM.usernamevoid
setFriendlyName
(String friendlyName) This method sets the value of the database column PUBLICATION_SYSTEM.friendlyNamevoid
setLoginNamespace
(String loginNamespace) This method sets the value of the database column PUBLICATION_SYSTEM.loginNamespacevoid
setPassword
(String password) This method sets the value of the database column PUBLICATION_SYSTEM.passwordvoid
This method sets the value of the database column PUBLICATION_SYSTEM.typevoid
This method sets the value of the database column PUBLICATION_SYSTEM.urlvoid
setUsername
(String username) This method sets the value of the database column PUBLICATION_SYSTEM.usernametoString()
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
compareTo, equals, getBeanName, getId, hashCode, serializeToString, setId
-
Constructor Details
-
PublicationSystem
public PublicationSystem()
-
-
Method Details
-
getFriendlyName
This method returns the value of the database column PUBLICATION_SYSTEM.friendlyName- Returns:
- the value of PUBLICATION_SYSTEM.friendlyName
-
setFriendlyName
This method sets the value of the database column PUBLICATION_SYSTEM.friendlyName- Parameters:
friendlyName
- the value for PUBLICATION_SYSTEM.friendlyName
-
getLoginNamespace
This method returns the value of the database column PUBLICATION_SYSTEM.loginNamespace- Returns:
- the value of PUBLICATION_SYSTEM.loginNamespace
-
setLoginNamespace
This method sets the value of the database column PUBLICATION_SYSTEM.loginNamespace- Parameters:
loginNamespace
- the value for PUBLICATION_SYSTEM.loginNamespace
-
getPassword
This method returns the value of the database column PUBLICATION_SYSTEM.password- Returns:
- the value of PUBLICATION_SYSTEM.password
-
setPassword
This method sets the value of the database column PUBLICATION_SYSTEM.password- Parameters:
password
- the value for PUBLICATION_SYSTEM.password
-
getType
This method returns the value of the database column PUBLICATION_SYSTEM.type- Returns:
- the value of PUBLICATION_SYSTEM.type
-
setType
This method sets the value of the database column PUBLICATION_SYSTEM.type- Parameters:
type
- the value for PUBLICATION_SYSTEM.type
-
getUrl
This method returns the value of the database column PUBLICATION_SYSTEM.url- Returns:
- the value of PUBLICATION_SYSTEM.url
-
setUrl
This method sets the value of the database column PUBLICATION_SYSTEM.url- Parameters:
url
- the value for PUBLICATION_SYSTEM.url
-
getUsername
This method returns the value of the database column PUBLICATION_SYSTEM.username- Returns:
- the value of PUBLICATION_SYSTEM.username
-
setUsername
This method sets the value of the database column PUBLICATION_SYSTEM.username- Parameters:
username
- the value for PUBLICATION_SYSTEM.username
-
toString
-