Package com.xebialabs.xlrelease.views
Class BaseConfigurationItemView
java.lang.Object
com.xebialabs.xlrelease.views.BaseConfigurationItemView
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationView
This class is serializable assuming that
properties
contains only CI property values.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getId()
getProperty
(String key) getTitle()
getType()
abstract void
void
setProperties
(Map<String, Object> properties) void
setProperty
(String key, Object value) void
void
type()
-
Field Details
-
type
-
title
-
properties
-
-
Constructor Details
-
BaseConfigurationItemView
public BaseConfigurationItemView()
-
-
Method Details
-
type
-
getType
-
setType
-
getTitle
-
setTitle
-
getProperties
-
setProperties
-
getProperty
-
setProperty
-
getId
-
setId
-