Class Header
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.guipresentation.Header
-
- All Implemented Interfaces:
Serializable
public class Header extends Object implements Serializable
The Class Header.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 26, 2022
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Header()Instantiates a new header.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubtitle()Gets the subtitle.StringgetTitle()Gets the title.voidsetSubtitle(String subtitle)Sets the subtitle.voidsetTitle(String title)Sets the title.StringtoString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
Gets the title.- Returns:
- the title
-
getSubtitle
public String getSubtitle()
Gets the subtitle.- Returns:
- the subtitle
-
setTitle
public void setTitle(String title)
Sets the title.- Parameters:
title- the new title
-
setSubtitle
public void setSubtitle(String subtitle)
Sets the subtitle.- Parameters:
subtitle- the new subtitle
-
-