public class ScreenTemplateImpl extends Object implements ScreenTemplate
Constructor and Description |
---|
ScreenTemplateImpl(String key,
String name,
String description,
List<ScreenTabTemplateImpl> tabs) |
Modifier and Type | Method and Description |
---|---|
String |
description()
Returns the description of the screen template.
|
String |
key()
Returns the key of the screen template.
|
String |
name()
Returns the name of the screen template.
|
List<ScreenTabTemplate> |
tabs()
Returns the list of tabs for this screen.
|
public ScreenTemplateImpl(String key, String name, String description, List<ScreenTabTemplateImpl> tabs)
public String key()
ScreenTemplate
key
in interface ScreenTemplate
public String name()
ScreenTemplate
name
in interface ScreenTemplate
public String description()
ScreenTemplate
description
in interface ScreenTemplate
public List<ScreenTabTemplate> tabs()
ScreenTemplate
tabs
in interface ScreenTemplate
Copyright © 2002-2022 Atlassian. All Rights Reserved.